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.
Asked
Active
Viewed 419 times
0
-
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 Answers
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/

Arpad Horvath -- Слава Україні
- 1,744
- 1
- 17
- 39

chughts
- 4,210
- 2
- 14
- 27