简体   繁体   English

如何将 IBM cloudant 数据库连接到 IBM 云(云基础设施)上的 python 应用程序代码?

[英]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. 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从 Clouding 文档开始,您应该在 pypi 页面上找到 Python 的 cloudant 库

https://pypi.org/project/cloudant/ 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/您会看到它基于 couchdb,并且当您正在寻找 Django 数据库 - https://pypi.org/project/django-couchdb-storage/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何导入 Cloudant 模块以通过 IBM 云服务器少功能 python 3.9 操作来操作现有文档? - How to import Cloudant module to manipulate existing documents via IBM cloud server less function python 3.9 actions? IBM Cloud Code Engine:如何从环境中确定应用程序 URL? - IBM Cloud Code Engine: How to determine app URL from environment? 如何在Python Flask中从IBM Cloud App ID注销/注销 - How to logout / signout from IBM Cloud App ID in Python Flask 如何使用virtualenv将Python函数上载到IBM Cloud - How to upload Python function with virtualenv to IBM cloud 如何使用Python将virtualenv添加到IBM Cloud - How to add virtualenv to IBM cloud with Python 使用 python api ibm_db 连接到 IBM DB2 on Cloud - Connect to IBM DB2 on Cloud using python api ibm_db 在IBM Cloud上为Python Cloud Foundry应用程序调整DB2 keepalive设置 - Adjust DB2 keepalive settings for a Python Cloud Foundry app on IBM Cloud 将当前 URL 参数传递给 Cloud Function Python ZDB974238714CA8DE634A7CE1D08 上 Cloud - Pass current URL parameters to Cloud Function Python API on IBM Cloud IBM Cloud如何增加并发请求限制 - IBM Cloud how to increase concurent requests limit IBM Cloud:如何访问API进行计费和使用? - IBM Cloud: How to access the API for billing and usage?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM