koop-escache
v0.2.0
Published
ElasticSearch cache for Koop (experimental)
Downloads
17
Readme
koop-escache
ElasticSearch cache for Koop (experimental).
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.