How do you insert large quantities of JSON data from a REST API that is not Cloudant into dashDB?
- bjoern
How do you insert large quantities of JSON data from a REST API that is not Cloudant into dashDB?
Agreed with Aislinn, Simple Data Pipes is designed to move large quantities of JSON data via REST APIs: see on GitHub At the moment, Version 2 of pipes is coming with a SalesForce and Stripe billing connector that lets you move the data to dashDB.
It also adds a connector API that allows you to easily write your own custom connector.
You can check out a sample connector here.
This sample connector shows you how to simply move some hard-code json records. You can use it as a starter to build your own.
A complete tutorial is in the works and should be released some time next week.