简体   繁体   中英

how to connect IBM cloudant database to python app code already on IBM cloud(cloud foundary)?

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.

Starting from the clouding documentation you should end up with at the pypi page for the cloudant library for Python

https://pypi.org/project/cloudant/

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM