Book & Man

Software, Design, Investment

Archive for the ‘couchdb’ tag

CouchDB Slides

without comments

CouchDB简介演示, Mathias Meyerhttp://couchdb-jaoo.heroku.com

CouchDB Map/Reduce well explained

Read the rest of this entry »

Written by Chuancy

十月 3rd, 2010 at 10:33 上午

Posted in General

Tagged with

CouchDBKit:基于Python的CouchDB框架

with 2 comments

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/

Written by Chuancy

八月 22nd, 2009 at 8:32 上午

Posted in General

Tagged with , ,