koop-escache

0.2.0 • Public • Published

koop-escache

ElasticSearch cache for Koop (experimental).

npm version build status

Install

npm install koop-escache --save

Usage

Koop's data caching is by default a local, in-memory object. This allows you to use ElasticSearch instead.

var config = require('./config.json');
var koop = require('koop')(config);
var koopES = require('koop-escache');
 
koop.registerCache(koopES);

Resources

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.

Licensing

Apache 2.0

Package Sidebar

Install

npm i koop-escache

Weekly Downloads

0

Version

0.2.0

License

ISC

Last publish

Collaborators

  • chelm
  • dmfenton