Hi,
Can anyone please share sample screenshots / steps to perform data operations (CRUD) in Couchbase buckets from postman using REST APIs.
If successful in postman, I plan to implement same way using Tibco
Thank you,
Regards,
Jayant
Hi,
Can anyone please share sample screenshots / steps to perform data operations (CRUD) in Couchbase buckets from postman using REST APIs.
If successful in postman, I plan to implement same way using Tibco
Thank you,
Regards,
Jayant
@jayantbit you might want to use an SDK to build your REST API and then call it from Postman or other REST Client. Are you looking for something like that ?
Thanks for your response.
After reading through some blogs, I learnt that Couchbase doesn’t exposes direct REST APIs for CRUD operations. I wanted to avoid the use of SDKs, and since my dataset is huge, using query / cbq will be too tedious.
I was in assumption that we can perform CRUD operations directly through APIs, and i could have controlled the bulk update through my orchestration layer, which is Tibco BW here.
Anyways, I see SDK is the only option left.
Thank you,
Regards,
Jayant
@jayantbit did you consider using our connectors or Eventing as opposed to doing a bulk upload ?