Merb plugin that provides integration with CouchDB
CouchObject is a library that maps ruby objects to CouchDb documents
CouchSurfer provides an ORM for CouchDB, as well as supporting association and validation declarations.
CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments.
CouchDB library
CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments.
A job system based in CouchDB
Add work queue functionality to an existing CouchDB database
Interface with a CouchDB database. Focuses on bulk requests.
A Document <> Object Mapper for CouchDB Documents
Ruby wrapper around the CouchDB REST API.
CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments.
A shell to interact with a CouchDB server.
This is a very simple CouchDB client that have few dependencies. This client has a lot of interesting features, for example: easy access to CouchDB revisions.
A little library to talk to a couchdb. I made it skinny, because couchdb is very simple. I think that's a good thing.
A minimal CouchDB interface that can do nothing but add documents and iterate over documents.
Rid is a toolkit to relax in web development. Based on CouchDB you get a distributed, high scaling web application infrastructure with Rid. This is the rid push command to deploy rid applications to CouchDB database.
Rid is a toolkit to relax in web development. Based on CouchDB you get a distributed, high scaling web application infrastructure with Rid. This is the rid init command to setup a new Rid project.
Rid is a toolkit to relax in web development. Based on CouchDB you get a distributed, high scaling web application infrastructure with Rid. This is the rid export command to export rid applications as JSON.
CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments.
Create clones of CouchDB documents, and schedule them for publication.
Opinionated management and usage of CouchDB from your Ruby apps.
CouchApp is a set of helpers and a jQuery plugin that conspire to get you up and running on CouchDB quickly and correctly. It brings clarity and order to the freedom of CouchDB’s document-based approach.
CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments.
CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments.
The idea behind this tool is to provide a framework for populating your CouchDB instances with generated documents. It provides a plug-able system for easy writing own generators. Also the the process, which invokes the generator and manages the insertion to CouchDB, what I call execution engines, are easily exchangeable. The default execution engine uses CouchDB's bulk-docs-API with configurable chunk-size, concurrent inserts and total chunks to insert.
Command line and ruby interface for linking a set of CouchDB hosts for automatic replication. Includes three rudimentary replication schemes: cicular link, reverse cicular link and link to every nth host.
DanarchyDeploy intends to simplify Gentoo Linux (and other distro) deployments down to a single template from an input JSON or YAML file, or from a CouchDB file.
A CouchDB client on top of the Gnarly HTTP Client abstraction.
Use this gem to pack your couchdb document by stripping out the "_id" and "_rev" fields, and putting the "_rev" in a .version file. To be used with https://github.com/kmalakoff/phonegap-couchbase-xplatform
CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments.
A lib for documents database operations.
CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments.
A pure Ruby CouchDB client.
CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments.
dbDeploy for couchdb
em-synchrony-couchdb is a simple, convenient, and non-blocking client for CouchDB implemented using the em-synchrony version of EventMachine::HttpRequest and based completely on the em-couchdb gem. With em-synchrony-couchdb, you can easily save, query, delete documents, databases to/from a CouchDB database in your favourite language - Ruby.
Ruby-based wrapper for CouchDB
Ruby persistence layer for CouchDB
A Couchdb driver for the lumberjack logging gem.
Implementation of the acts as list gem for CouchDB
dbDeploy for couchdb
CouchProxy is a simple proxy server that distributes reads and writes to a cluster of Apache CouchDB servers so they appear to be a single huge database. Documents are stored and retrieved from a particular CouchDB instance, using consistent hashing of the document id. Map/reduce views are processed concurrently on each CouchDB instance and merged together by the proxy before returning the results to the client.
Interface to POMS CouchDB API
CouchDB library
Couchpop uploads a directory to CouchDB
A rails 3.2+ CMS as engine for a CouchDB backend
Manage CouchDB views and documents.
Ruby wrapper around the CouchDB REST API.
This gem provides a simple library to watch a couchdb database or specific documents and to receieve notifications when they change.