How many ways of data insertion are available in couchbase?

am new to couchbase, i would like to know the ways of importing data into couchbae(single,bulk,documents…etc) any help would be appreciated.
Thank You.

Hi @kothamurali08719,

There are a variety of ways to get data in to Couchbase. The SDKs allow you to do inserts. There are some command line utilities like cbimport that can import from csv or json files. You can use INSERT statements to create documents.

Anything in particular you are thinking about? What sort of project are you working on? What are the challenges that you’re facing?

1 Like