Wednesday, 15 April 2015

nosql - Is it possible to load a word document or text files in Couchbase? -


I'm new to NoSQL and CouchBase. I have created the bucket using the bucket,

curl-administrator: admin-d name = test-de RAM quatai MB = 100-c coutctype = none -d replication number = 0-D proxyport = 11216

And now I want to upload this bucket as a resume form text file. How can I do this? Is it possible to upload word documents in the dictionary? Where do we design schemas for these documents?

Couchbase is an schema-less nosql database, before you store the data There is no need to store it. This means that whatever you store in a bucket, you can mix and change the contents of documents like you please. It is possible to store word documents or anything for that matter in the couchbase, which can be stored as binary document Couchbase allows you to store any arbitrary data. Unless it is normal, such as the 20 MB size limit. You should keep in mind that binary documents have limited functionality compared to JSON documents, for example you can not use view engines with binary documents.

One of the supported methods of interacting with Couchbase is one of them, to give you the best flexibility and performance, select your preferred language from the list of client libraries (just below the CouchBase server download link) and then For more general information about how to get started and more information for each customer later on.


No comments:

Post a Comment