0.2.0 • Published 9 years ago

koop-escache v0.2.0

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

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

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago