Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
io.brooklyn.couchdb-cluster:brooklyn-couchdb-cluster
Advanced tools
Brooklyn entities for a 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 Key | Default | Description |
---|---|---|
couchdb.username | admin | The admin username |
couchdb.password | password | The admin password |
couchdb.nodes | 3 | The number of nodes the CouchDB cluster should initial start |
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
Brooklyn entities for a CouchDB cluster.
We found that io.brooklyn.couchdb-cluster:brooklyn-couchdb-cluster demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.