NODE-DOCUMENT-STORAGE-ELATICSEARCH
Storage adapter elasticsearch for node-document ODM for Node.js.
Installation
$ npm install node-document-storage-elasticsearch
Usage
Basic:
var Storage = ; var storage = ; // Connect using defaults (i.e. `localhost`) var data = keys: 'post/1' 'post/abc' values: title: "foo" tags: 'foo' 'bar' published: true title: "bar" tags: 'baz' published: false ; var inspect = inspect; console; console; storage;
For details; see node-document.
Test
Local tests:
$ make test
Remote tests:
$ make test-remote
License
Released under the MIT license.
Copyright (c) Jonas Grimfelt