🗄️ InceptionDB

托管 NoSQL 文档数据库

InceptionDB 通过 HTTP API 在数据库和集合中存储 JSON 文档。

InceptionDB

核心功能

创建数据库、管理集合,并使用基于 action 的 endpoint 处理 JSON 文档。

灵活的文档模型

在集合中存储动态结构的 JSON 文档,并使用过滤器和索引查询。

集合操作

使用 :insert:find:patch:remove 等集合 action。

数据库访问密钥

通过 owner 认证或数据库 API key 访问数据库。

Quick start

快速开始

使用 API 在几秒内开始使用 InceptionDB。

 1curl -X POST https://inceptiondb.hola.cloud/v1/databases \
 2  -H 'X-Glue-Authentication: {"user":{"id":"user-123"}}' \
 3  -d '{"name": "mydb"}'
 4
 5# 创建集合
 6curl -X POST https://inceptiondb.hola.cloud/v1/databases/database-123/collections \
 7  -H 'Api-Key: $API_KEY' -H 'Api-Secret: $API_SECRET' \
 8  -d '{"name": "users"}'
 9
10# 插入文档
11curl -X POST https://inceptiondb.hola.cloud/v1/databases/database-123/collections/users:insert \
12  -H 'Api-Key: $API_KEY' -H 'Api-Secret: $API_SECRET' \
13  -d '{"name": "Alice", "email": "alice@example.com"}'
Use cases

常见用例

内容管理系统

Build and deploy with InceptionDB on HolaCloud's enterprise platform, designed for security, reliability, and scale.

实时分析仪表盘

Build and deploy with InceptionDB on HolaCloud's enterprise platform, designed for security, reliability, and scale.

IoT 数据采集

Build and deploy with InceptionDB on HolaCloud's enterprise platform, designed for security, reliability, and scale.

用户档案存储

Build and deploy with InceptionDB on HolaCloud's enterprise platform, designed for security, reliability, and scale.

Ready to get started?

Explore the documentation or launch the console to start building with InceptionDB.

评论

发表评论