Cloudant DB Drivers

Is there any known smart service or recommended way for a process to retrieve information from a non-structured data source like Cloudant?

OriginalPostID-240632

  Discussion posts and replies are publicly visible

Parents
  • There is no ready made components available. Just had a quick look at their HTTP API. My idea would be to create some rules encapsulating REST requests to Cloudant. Make them similar to the default expressions like queryEntity etc. Depending on how much flexibility you need this should be pretty simple and quick to implement. Maybe the example for a service based record might give you an impression on how to do that.
Reply
  • There is no ready made components available. Just had a quick look at their HTTP API. My idea would be to create some rules encapsulating REST requests to Cloudant. Make them similar to the default expressions like queryEntity etc. Depending on how much flexibility you need this should be pretty simple and quick to implement. Maybe the example for a service based record might give you an impression on how to do that.
Children
No Data