Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Info
titleBecome a contributor

You need to be added as a contributor to edit the wiki. But don't worry! Just email any Mailing List or grab us on IRC and let us know your user name.

This page serves as a collection of helpful CouchDB tools. If something is missing hop on IRC and either request editing access for the Wiki or just ask someone to add the tool for you.   

Open Source

CouchApps

  • Futon Chrome Bookmark App 

  • couchapp - popular command line utility for managing design documents (Python). 

  • erica - Erica is a tool that helps you to create couchdb design docs (Erlang). 

  • situp - A tool to create and manage more complex CouchAppsDocs (Python) 

  • Kanso - The comprehensive CouchApp build tool (Javascript)

  • designeditor - Couch Application to manage design documents (views, shows, lists, updates, filters, lucene inexes, validate doc update), run JavaScript CouchDB code based on jquery.couch.js, and basic management features for databases. Deployment via AppZip, a Couch Application allowing deployment and distribution via zip archives.  
  • Kundera - An Object-Datastore Mapping Library for couchdb. 


Search/External Applications

  • CouchDB-Lucene - A full-text indexer for CouchDB databases built on Apache Lucene (Java). A packaged version for OpenSuSE is available on this third-party repository (contact). 

  • ElasticSearch has native support for continuous indexing of CouchDB via the "river" functionality.
  • CouchDB Pumper- a data migration tool from Oracle to CouchDB and back.
  • couch-to-postgres - Node libary to stream CouchDB changes into PostgreSQL (similar to ElasticSearch river).  Uses PostgreSQL JSON datatype and enables SQL querying on docs.  With the pgsql-http extension allows for inserts/updates/deletes from within PostgreSQL on docs within CouchDB and can be used as a general swiss army knife for manipulating CouchDB databases.  With PostgreSQL ODBC allows excel/access to query the docs as well.

Statistics


Utilities

  • jq - A command-line JSON processor. You can use it to parse, filter and manipulate CouchDB's JSON output. 

  • jgrep - A Ruby-based CLI tool and API for parsing and displaying JSON data using a logical expression syntax. 

  • mock couch - A node.js module to mock a CouchDB server for unit testing CouchDB based apps.

  • couch-cli - Command line interface to facilitate CouchDB replication and other administrative tasks (Groovy).  

  • couchdb-utils - A fast and portable CouchDB command line utility (Go).

  • covercouch -  Per-document r/w/d ACL for CouchDB, preserves original CouchDB API untouched.

Commercial  

  • CouchDB Pumper - a tool to migrate Oracle data to CouchDB and back. 

  • NoSQLViewer - a free tool which provides convenient GUI data management framework for CouchDB  

License Unknown