Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELASTICO

Elastico is an API to easialy connect a node application with elastic search.

USAGE

Install it

npm install elastico

Use on your projects

var Elastico = require('elastico').Elastico;
var client = new Elastico();
client.getIndex('my_index','my_type', 'my_key', function(data){
  console.log(data);
};

REFERENCE

You can find some reference in how to use elastico inside the Annoted Source Code

License

Elastico is released under the MIT license:

http://www.opensource.org/licenses/MIT

About

an elastic search client for node.js

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages