You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Pablo Kang <pa...@gmail.com> on 2010/04/24 06:57:07 UTC

[ANN] Chaise: a multi-host CouchDB administrative console

Hi guys,
*
*
Chaise is an open source CouchDB administrative web application written on
top of msjs <http://openmsjs.org>. It has many of the same features that
Futon does, but you can also:

   - Administer multiple CouchDB hosts
   - Edit documents and run view code using JavaScript syntax - documents
   are beautified and converted to JSON before being saved
   - Find a document using an id or key
   - Page through document list or jump to a page
   - View, create and delete databases and documents all in one page
   - Hide any section you don't want to see
   - Delete lock - deletes allowed only if "Allow Deletes" link is toggled

Missing features/todo: attachments, database replication and compaction

There's a live demo running at http://chaise.openmsjs.org.

For more information, details on installing the war or accessing the source
code, go to http://openmsjs.org/wiki/display/msjs/Chaise.

We're actively developing it, and with obvious room for improvement, would
love to hear some feedback. Questions also welcomed. :)

Thanks!
pablo