Socket
Socket
Sign inDemoInstall

@dadi/api-couchdb

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dadi/api-couchdb

A CouchDB adapter for DADI API


Version published
Weekly downloads
1
Maintainers
2
Weekly downloads
 
Created
Source

API CouchDB Adapter

npm (scoped) coverage Build Status JavaScript Style Guide semantic-release

Requirements

  • DADI API Version 2.0.0 or greater

Tests

To run the test suite you'll need a CouchDB server running on localhost with the default port of 5984. If you've changed the default port, modify the test configuration file at config/couchdb.test.json. This file is created from config/couchdb.test.json.sample the first time the test suite is run.

Run the tests:

$ git clone https://github.com/dadi/api-couchdb.git
$ cd api-couchdb
$ npm test

Configure

Configuration Files

Configuration settings are defined in JSON files within a /config directory at the root of your API application. DADI API has provision for multiple configuration files, one for each environment that your API is expected to run under: development, qa and production.

The naming convention for CouchDB configuration files follows the format couchdb.<environment>.json

For example:

couchdb.development.json
couchdb.qa.json
couchdb.production.json

Application Anatomy

my-api/
  config/            # contains environment-specific
                     # configuration properties
    config.development.json
    config.qa.json
    config.production.json
    couchdb.development.json
    couchdb.qa.json
    couchdb.production.json

  main.js            # the entry point of the app

  package.json

  workspace/
    collections/     # collection schema files
    endpoints/       # custom Javascript endpoints

Configuration

[TODO]

FAQs

Package last updated on 20 Feb 2017

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