New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

couchproxy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

couchproxy

  • 0.2.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

== Welcome to CouchProxy

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.

CouchProxy uses the Thin web server and EventMachine for asynchronous IO. There are no blocking IO calls in the server, which allows it to handle many clients and many backend CouchDB nodes concurrently, using very little processor and memory.

== Usage

  1. gem install couchproxy
  2. couchproxy config
  3. Configure CouchDB nodes in couchproxy.yml
  4. couchproxy start

== Dependencies

  • em-http-request >= 0.2.15
  • json >= 1.4.6
  • json-stream >= 0.1.0
  • thin >= 1.2.7
  • rbtree >= 0.3.0
  • ruby >= 1.9.1

== Contact

Project contact: David Graham david.malcom.graham@gmail.com

== License

CouchProxy is released under the MIT license. Check the LICENSE file for details.

FAQs

Package last updated on 03 Jan 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc