openmct/platform/persistence/couch
Charles Hacskaylo 61bdadc33c
Fixes #2878 (#2879)
- Remove background from `elementStatusColors` mixin;
- Change Indicators to use more correct style of `.s-status-on`;
2020-04-06 15:36:52 -07:00
..
src Fixes #2878 (#2879) 2020-04-06 15:36:52 -07:00
test Disable broken unit tests (#2519) 2019-10-10 16:23:29 -07:00
bundle.js Experimental unit tests for the Telemetry Table component (#2533) 2019-11-27 16:04:52 -08:00
README.md Added brief readmes for all plugins. (#2184) 2018-10-03 18:55:27 -07:00

Couch DB Persistence Plugin

An adapter for using CouchDB for persistence of user-created objects. The plugin installation function takes the URL for the CouchDB database as a parameter.

Installation

openmct.install(openmct.plugins.CouchDB('http://localhost:5984/openmct'))