Importing JSON documents into a NoSQL DB in Bluemix using NoSQLimport
1 min read
Importing JSON documents into a NoSQL DB in Bluemix using NoSQLimport
Content and data come in many forms and formats: structured and unstructured; legacy data sources hosted on premise; etc. Using Bluemix, you have access to a number of NoSQL DBs which you can import that data into. This will help make your apps more scalable and flexible.
When you have content and data that you need to import into a NoSQL database one option is using nosqlimport. Nosqlimport is an open source tool built based on couchimport. But it offers expanded capabilities allowing it to work with other JSON document stores.
In the tutorial Importing JSON Documents with nosqlimport, Glynn Bird gives background on the development and evolution nosqlimport. Then he shows how you can use it to import data in to NoSQL DBs such as Apache Couch DB, Mongo DB and/or Elastic Search.
Sign up for Bluemix and try the tutorial now!
Use these additional resources to help you get started using NoSQL databases on Bluemix:
-
An introduction to Cloundant DB
-
Learn about Cloudant NoSQL DB on Bluemix
-
Answers to common questions at dW Answers