Dear wiki user,

You have subscribed to a wiki page "Couchdb Wiki" for change notification.

The page "Related_Projects" has been deleted by JoanTouzet:

https://wiki.apache.org/couchdb/Related_Projects?action=diff&rev1=58&rev2=59

Comment:
Moved to the new wiki

- <<Include(EditTheWiki)>>
  
- = Related Projects =
- <<TableOfContents()>>
- 
- A list of CouchDB related projects, clients and libraries.
- 
- == Clients ==
-  * [[http://github.com/couchapp/couchapp/|Couchapp]] Command line tool to 
manage standalone CouchDB applications and send/clone documents from/to CouchDB.
-  * [[http://janl.github.com/couchdbx/|CouchDBX — The one-click CouchDB 
package for the Mac]]
-   * nightly builds are available here: http://couch.lstoll.net/nightly/
-  * [[http://code.google.com/p/couchdb-fuse/|CouchDB-FUSE: mount document 
attachments on a virtual filesystem]]
-  * [[https://github.com/sreeix/couchup|CouchUp - simple CouchDB console with 
handy shortcuts]]
-  * [[http://objectiveous.github.com/davenport/|Davenport: Davenport is a 
plugin container for building native Mac OS X applications]]
-  * [[https://github.com/benoitc/erica|Erica is an Erlang-based command line 
tool that is compatible with the Python and Node.js "couchapp" tools.]]
-  * [[http://github.com/paulcarey/fuschia/tree/master|Fuschia is a graphical 
document browser for CouchDB]]
-  * [[http://kan.so/|Kanso is a comprehensive, framework-agnostic build tool 
for CouchApps.]]
-  * [[https://github.com/quirkey/soca|soca: a command line tool written in 
ruby for building and pushing couchapps]]
-  * [[http://www.spviewer.com/nosqlviewer.html|NoSQL Viewer is a free GUI 
client for CouchDB and other NoSQL databases.]]
- 
-  * Out of date
-   * [[http://dansickles.blogs.com/weblog/2006/09/levitz.html|Levitz - XUL 
based CouchDb utility client]]
-   * [[Valance]] GUI client in PyGTK
-   * [[http://code.google.com/p/couchbrowse/|CouchBrowse]] - GUI Front-end for 
CouchDB in C#
- 
- == Libraries ==
-  * Clojure libraries
-   * [[http://github.com/kunley/clojure-couchdb|clojure-couchdb]]
-   * [[http://github.com/ashafa/clutch|clutch]]
- 
-  * Common Lisp libraries
-   * [[http://github.com/sykopomp/chillax|Chillax]]
-   * [[http://common-lisp.net/project/clouchdb/|CouchDB Common Lisp Library]]
-   * See [[Getting_started_with_LISP]] for more
- 
-  * Erlang interfaces:
-   * [[http://github.com/benoitc/couchbeam/tree/master|Erlang CouchDB Kit 
using Erlang messages instead of HTTP]]
-   * [[http://code.google.com/p/erlcouch/|Erlang interface to CouchDB]]
-   * [[http://github.com/ngerakines/erlang_couchdb/|erlang_couchdb]]
-   * [[http://code.google.com/p/ecouch/|eCouch]]
- 
-  * Java interfaces:
-   * [[http://code.google.com/p/couchdb4j/|CouchDB4J Java bindings]]
-   * [[http://code.google.com/p/ektorp/|Ektorp CouchDB connector]]
-   * [[http://code.google.com/p/jcouchdb/|jcouchDB - a java5 couchdb driver 
using the svenson JSON library]]
-   * [[http://www.lightcouch.org/|LightCouch]]
- 
-  * JavaScript libraries
-   * 
[[https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=blob;f=share/www/script/couch.js|CouchDB's
 built-in synchronous JS library for the test suite]]
-   * 
[[https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=blob;f=share/www/script/jquery.couch.js|CouchDB's
 built-in asynchronous jQuery plugin]]
-   * [[http://jquery.com/plugins/project/jqcouch|jQuery CouchDB Library]]
-   * [[https://github.com/gbuesing/mustache.couch.js|mustache.couch.js]] A 
helper for streaming Mustache templates from CouchDB list functions
- 
-  * Lua libraries
-   * [[http://github.com/thehunmonkgroup/luchia|Luchia]]
- 
-  * .Net interfaces:
-   * [[https://github.com/foretagsplatsen/Divan|Divan, a C# library for 
CouchDB]]
-   * [[https://github.com/soitgoes/LoveSeat|LoveSeat provides CouchDB for .NET 
4.0 and Mono applications.]]
-   * [[https://github.com/sinesignal/ottoman|Ottoman is intended to be an easy 
to use CouchDB API for Mono/.NET applications.]]
-   * [[http://github.com/arobson/Relax/|Relax - .Net CouchDB API]]
-   * [[http://code.google.com/p/relax-net/|relax-net aka RedBranch.Hammock, a 
domain-focused CouchDB library for .NET]]
-   * 
[[https://skitsanoswdk.googlecode.com/svn/trunk/WDK10/WDK.API.CouchDb/|Skitsanos
 windows driver kit]]
-   * [[https://github.com/danielwertheim/mycouch/|MyCouch]] - is a new 
asynchronous CouchDb client for .Net, targeting .Net4+ and Windows Store and it 
tries to keep the domain language of CouchDb instead of bringing in generic 
repositories etc.
- 
-  * Node.js interfaces
-   * [[https://github.com/cloudhead/cradle|cradle - a high-level CouchDB 
client]]
-   * [[https://github.com/dscape/nano/|nano is a minimalistic driver for 
CouchDB]]
-   * [[http://github.com/felixge/node-couchdb|Relax - felixge / node-couchdb]]
- 
-  * Perl interfaces:
-   * [[http://search.cpan.org/dist/CouchDB-Client/|CouchDB::Client]]
-   * [[http://search.cpan.org/dist/Net-CouchDB/|Net::CouchDb]]
-   * 
[[http://search.cpan.org/dist/POE-Component-Client-CouchDB/|POE::Component::Client::CouchDB]]
- 
-  * Perl tools:
-   * [[http://search.cpan.org/dist/CouchDB-Deploy/|CouchDB::Deploy, simple 
configuration to help deploy applications that use CouchDB]]
-   * [[http://search.cpan.org/dist/CouchDB-View/|CouchDB::View, handling Perl 
views on both the client and server sides]]
- 
-  * PHP libraries
-   * [[https://github.com/doctrine/couchdb-odm|CouchDB ODM - Doctrine CouchDB 
mapper between PHP and CouchDB documents.]]
-   * [[http://www.phpcouch.org/|PHPCouch, a CouchDB library for PHP]]
-   * [[http://kore-nordmann.de/projects/phpillow/index.html|PHPillow]], an 
object orientated wrapper for CouchDB.
-   * [[http://svn.pollinimini.net/couchphp/trunk/|PHP library for CouchDb]]
-   * [[http://www.topdog.za.net/php_couchdb_extension|PHP extension for 
CouchDB]]
-   * [[https://github.com/sbisbee/sag|Sag is simple, but powerful PHP library 
for talking to CouchDB]]
- 
-  * PL/SQL libraries:
-   * [[https://github.com/zekzekus/couch_orcl|couch_orcl - A CouchDB Client 
for Oracle PL/SQL]]
- 
-  * Python libraries
-   * [[http://code.google.com/p/couchdb-python/|CouchDB Python Library]]
-   * [[http://couchdbkit.org/|Couchdbkit, a CouchDB framework for Python 
applications]]
-   * [[https://launchpad.net/paisley/|Paisley: A Twisted Python CouchDB 
Client]]
-   * [[https://github.com/inoi/trombi|Trombi: an asynchronous CouchDB client 
for Tornado]]
-   * [[http://mikeal.github.com/couchquery/|couchquery]]
- 
-  * Ruby libraries
-   * [[http://github.com/georgepalmer/couch_foo|CouchFoo (ActiveRecord 
matching API to CouchDB)]]
-   * [[http://couchobject.rubyforge.org/|CouchObject (Ruby client + JsServer 
for views in Ruby)]]
-   * [[http://github.com/langalex/couch_potato|CouchPotato integrates Rails 
and CouchDB]]
-   * [[http://github.com/couchrest/couchrest|CouchRest The base library for 
most Ruby CouchDB libraries]]
-   * [[http://github.com/couchrest/couchrest_model|CouchRest Model 
(ActiveModel based data modelling)]]
- 
-  * Scala libraries
-   * [[http://github.com/KimStebel/sprouch|Sprouch - asynchronous Scala 
library based on Spray]]
-   * [[http://github.com/debasishg/scouchdb|scouchdb Scala bindings and view 
server]]
-   * [[https://github.com/gnieh/sohva|Sohva]] - CouchDB tools in Scala 
(asynchronous client, synchrounous client, view DSL) with support for 
authentication, replication, change notifications, ...
- 
-  * [[http://www.squeaksource.com/CouchDB.html|Squeak CouchDB Library]]
-  * [[Storing_GeoData]] (PHP, Google Geocoding Service)
- 
- == Alternative Data Stores ==
-  * [[http://cassandra.apache.org/|Cassandra (Is a highly scalable, eventually 
consistent, distributed, structured key-value store.)]]
-  * [[http://www.mongodb.org|MongoDB (Is a high-performance, open source, 
schema-free document-oriented database.)]]
-  * [[https://github.com/mikeal/pouchdb|PouchDB (Portable CouchDB JavaScript 
implementation)]]
-  * [[http://ravendb.net/|RavenDB (Document database for the .NET/Windows 
platform with very similar CouchDB features.)]]
-  * [[http://code.google.com/p/redis/|Redis (Is a persistent key-value 
database with built-in net interface written in ANSI-C for Posix systems)]]
-  * [[http://riak.basho.com/|Riak (Is a Dynamo-inspired key/value store that 
scales predictably and easily.)]]
-  * [[http://project-voldemort.com/|Voldemort (Is a distributed key-value 
storage system.)]]
- 
-  * Out of date or not active anymore:
-   * [[http://github.com/mbreese/featherdb|Feather DB (CouchDB clone in 
Java.)]]
-   * [[http://github.com/yrashk/strokedb|StrokeDB (A CouchDB-like database 
written in Ruby to make embedding into Ruby apps easier.)]]
- 
- == Applications And Websites ==
-  * See [[CouchDB_in_the_wild|CouchDB In The Wild!]]
- 
- == Miscellaneous ==
-  * [[http://github.com/janl/couchdbx-core|couchdbx-core]] Packaging CouchDB 
for Mac OS X.
-  * 
[[http://labs.mudynamics.com/wp-content/uploads/2009/04/icouch.html|Interactive 
CouchDB]] A CouchDB emulator/visualizer written in 100% Javascript.
-  * [[http://tilgovi.github.com/couchdb-lounge/|Lounge]] A proxy-based 
partitioning/clustering framework for CouchDB.
-  * [[http://github.com/jchris/hovercraft/tree/master|Hovercraft]] An easy 
direct Erlang CouchDB library.
-  * 
[[http://vmx.cx/cgi-bin/blog/index.cgi/geocouch-the-future-is-now:2010-05-03:en,CouchDB,Python,Erlang,geo|GeoCouch]]
 Can be used for "Geodata" related applications.
-  * [[http://spviewer.com/couchdbpump.html|CouchDB Pumper]]- a data migration 
tool from Oracle to CouchDB and back.
- 
- == Full Text Searching ==
-  * [[http://github.com/rnewson/couchdb-lucene|CouchDB Lucene]] Enables 
full-text searching of CouchDB documents using Lucene.
-  * [[http://elasticsearch.org|ElasticSearch]] has native support for 
continuous indexing of CouchDB via the 
[[http://www.elasticsearch.org/guide/reference/river/couchdb.html|"river"]] 
functionality.
-  * !HyperCouch : Full text indexing of CouchDB via Hyper Estraier
-   * Note: ''HyperCouch was a project by Paul Davis, but it was abandoned''
-   * http://www.davispj.com/2009/01/24/hypercouch.html
-   * Code mirror [[http://github.com/benoitc/hypercouch|HyperCouch]]
-  * CouchDB Solr2 integrates full-text indexing and searching with CouchDB.
-   * WAS hosted [[http://github.com/deguzman/couchdb-solr2|here]] but is no 
longer available. Does anyone know of a clone/copy?
-   * Per README, the CouchDB Solr2 project is no longer being maintained as of 
January 2009.
- 

Reply via email to