使用JSON作为存储/传输格式的数据库 [英] Databases using JSON as storage/transport format

查看:250
本文介绍了使用JSON作为存储/传输格式的数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有多少数据库系统使用JSON进行存储或传输?我知道:

How many database systems there are that use JSON for storage or transport? I know of:

  • CouchDB
  • MongoDB
  • DBSlayer

我记得我在SO用户的个人资料中看到了另一个供应商。系统使用他们所谓的二进制JSON,但我不记得产品的名称。

I remember I saw yet another vendor in a SO user's profile. That systems was using what they called binary JSON, but I can't remember the name of the product.

最近,越来越多的DB项目正在寻找持久性存储的JSON。其中一些甚至包含HTTP作为传输层。

Lately, it appears that more and more DB projects are looking towards JSON for persistence storage. Some of them are even embracing HTTP as a transport layer.

推荐答案

MongoDb是使用二进制JSON存储格式的。我不知道是否有另一个是面向文档的。大多数是键值存储,并且只能基于一个键检索对象。

MongoDb is the one that uses a binary JSON storage format. I don't know if there is another that is document oriented. Most of the others are key value stores and can only retrieve an object based on one key.

这篇关于使用JSON作为存储/传输格式的数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆