Book & Man

Software, Design, Investment

CouchDBKit:基于Python的CouchDB框架

2 条评论

Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP/JSON API. Among other features, it provides robust, incremental replication with bi-directional conflict detection and resolution, and is queryable and indexable using a table-oriented view engine with JavaScript acting as the default view definition language.
Couchdbkit goal is to provide a framework for your Python application to access and manage Couchdb.

Apache CouchDB是一个分布式、容错和无须shema的基于文件的数据库,通过RESTful HTTP/JSON API来实现调用和管理。此外,它还提供稳定、具有双向冲突检测和排除的增量复制功能,可通过以表单为中心的view引擎来进行查询和建立索引(JavaScript是默认的view定义语言)。

Couchdbkit的目标是为您的Python的应用提供调用和管理Couchdb的框架。

网站地址:http://couchdbkit.org/

作者: Chuancy

日期:2009-08-22 at 8:32 上午

分类: General

关键词: , ,

2 Responses to 'CouchDBKit:基于Python的CouchDB框架'

Subscribe to comments with RSS or TrackBack to 'CouchDBKit:基于Python的CouchDB框架'.

  1. 以表单为中心?啥意思?

    allen

    2 九 09 at 17:46

  2. 以表格为中心, form centric

    Chuancy

    3 九 09 at 01:32

Leave a Reply