Skip to content

Commit

Permalink
Added a README.
Browse files Browse the repository at this point in the history
Change-Id: I51bc1907d0cf57946263d6ea00ce7a539364b7a2
Reviewed-on: http://review.couchbase.org/7024
Tested-by: Dustin Sallings <dustin@spy.net>
Reviewed-by: Steve Yen <steve.yen@gmail.com>
  • Loading branch information
dustin authored and steveyen committed Jun 16, 2011
1 parent 8d076cd commit beabb36
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# mccouch

No, not [this mccouch](https://github.com/mccouch), but a memcached
binary protocol interface to [CouchDB][couchdb].

This is used by Couchbase Server to provide an efficient means of
moving data between from [ep-engine][epe] and [CouchDB][couchdb].

If you want to build and hack on this, it is recommended to start with
the [couchdb manifest build][manifest]. That'll get it all together
for you.


[couchdb]: http://couchdb.apache.org/
[couchbase]: http://www.couchbase.com/
[epe]: https://github.com/membase/ep-engine
[manifest]: https://github.com/couchbase/couchdb-manifest

0 comments on commit beabb36

Please sign in to comment.