0

I am using Django to create python based web application, and deployed it on IBM Cloud Foundry service, now I want to connect it with IBM cloudant to store all recorded query in cloudant databse using python.

chughts
  • 4,210
  • 2
  • 14
  • 27
  • Hi, welcome to SO! Please take a look at [how-to-ask](https://stackoverflow.com/help/how-to-ask). It will be useful for you and the community. What have you tried? – Francesco Jun 12 '20 at 16:42

1 Answers1

1

Use the https://pypi.org/project/ibmcloudant/ package. You can find documentation on IBM Cloud Docs.

On IBM Cloud there are still many examples using the cloudant library, but it is now deprecated and will be end-of-life on Dec 31 2021.

You see that it's based on couchdb, and as you are looking for a Django database - https://pypi.org/project/django-couchdb-storage/

chughts
  • 4,210
  • 2
  • 14
  • 27