Index of /code/basura

Icon  Name                    Last modified      Size  Description
[DIR] Parent Directory - [TXT] Makefile 24-Sep-2007 13:42 1.6K [TXT] NOTES 18-Sep-2007 10:31 862 [DIR] basura/ 24-Sep-2007 13:43 - [   ] compdemo.rb 21-Sep-2007 20:10 3.0K [TXT] header.html 18-Sep-2007 10:58 101 [TXT] httptest.erl 24-Sep-2007 09:21 4.7K [TXT] lostupdate.py 24-Sep-2007 13:40 1.7K [TXT] server.py 17-Sep-2007 15:56 1.1K
This project was created as an aide towards helping me understand CouchDB's
external interface.  Think of it as executable pseudo-code for a 
specification and you won't be far from the truth.  Hopefully this will
lead toward the production of real documentation.

While basura is intended to eventually be fully functional, it is not
intended to for concurrent, scalable or reliable usage.  Simply put,
it was named "basura" (spanish for "trash") for a reason.

If you put your documents in here and lose them, then consider yourself
forewarned.

Requires: (use apt-get on Ubuntu):
  python2.5 python-simplejson spidermonkey-bin

Optional requirements (for compdemo):
  ruby libjson-ruby

You will also need the JavaScript view server code from CouchDB The provided
makefile can help with this task.

To run the basura server, simply:
  python server.py --port=8080

If you have CouchDB installed, the compdemp.rb file can be used to see side
by side comparisons.

To run the CouchDB unit tests (which the Makefile can also help you fetch),
simply visit the following page with your web browser:
  http://localhost:8080/couch_tests.html