koopjs / koop-escache

ElasticSearch cache for Koop (experimental).
Other
2 stars 1 forks source link

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