Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

io.brooklyn.couchdb-cluster:brooklyn-couchdb-cluster

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io.brooklyn.couchdb-cluster:brooklyn-couchdb-cluster

Brooklyn entities for a CouchDB cluster.

  • 1.0.6
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

CouchDB Cluster

Apache CouchDB is open source database software that focuses on ease of use and having an architecture that "completely embraces the Web". It has a document-oriented NoSQL database architecture and is implemented in the concurrency-oriented language Erlang; it uses JSON to store data, JavaScript as its query language using MapReduce, and HTTP for an API.

This repository is an Apache Brooklyn blueprint for deployment and in-life management of CouchDB Cluster. It is based on the single node brooklyn-couchdb-node blueprint.

The following config keys are available for the the CouchDB Cluster entity:

Config KeyDefaultDescription
couchdb.usernameadminThe admin username
couchdb.passwordpasswordThe admin password
couchdb.nodes3The number of nodes the CouchDB cluster should initial start

Using the Entity

Import the catalog.bom into your Apache Brooklyn catalog and start it in any required location.

The cluster created will replicate it's data across three nodes, each of which can be actively used. The internal addresses for these are published as the list sensor members.urls and the external as members.urls.public of the cluster entity.

FAQs

Package last updated on 12 Mar 2018

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