Was wondering if it possible to write code in Java that will update the entries in my Cloudant database?
Thanks
Was wondering if it possible to write code in Java that will update the entries in my Cloudant database?
Thanks
Yes, Its possible to write JAVA code to update entries / documents in Cloudant database. You need to use the java-cloudant driver. Please have a look at the following project on github.
https://github.com/cloudant/java-cloudant
Even otherwise you can also write JAVA code to make REST calls ( POST / PUT ) etc to the Cloudant stores to directly update the documents.
Thanks, Ranjan