You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by Chas Emerick <ce...@snowtide.com> on 2010/10/19 14:57:41 UTC

CouchDB wiki updates (spec vs. impl docs)

In the course of discussing _changes' `since` in #couchdb, kocolosk  
and I talked a bit about the differences in the core HTTP API between  
single-node couchdb proper, and "alternative" implementations of it  
(e.g. lounge and bigcouch):

http://wiki.apache.org/couchdb/HTTP_database_API

A number of values there are explicitly specified as integers, whereas  
e.g. bigcouch uses strings (since, update_seq, instance_start_time,  
etc) AFAIK.  I'm sure there are a variety of other differences.

Before I updated the wiki, I stopped short to post here and ask:

Is the documentation @ wiki.apache.org/couchdb intended to define the  
"couchdb API specification", or simply to describe the single-node  
couchdb server's implementation of it (were such a separate spec to  
exist)?

Thanks,

- Chas