Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们希望将 iPhone 应用程序直接连接到云中的数据库。在 iPhone 应用程序中,我们想使用一些 REST API 从云数据库中检索数据。我们更喜欢使用 MySQL 或 Mongo 作为数据存储。
我们不希望在 AWS 或其他托管提供商上设置我们的数据库系统。我们想要一个提供开箱即用的数据库层的云服务。
哪些数据库即服务公司支持这一点,每个公司的优缺点是什么?
我们环顾四周,似乎 MongoLab 是唯一提供 REST API 的服务。
Mongo 是用于 API 交互的出色数据库,因为查询语言使用 javascript 表达式。以下是在 Python 中实现的开源 API 库
主要优势
主要劣势