An open API service indexing awesome lists of open source software.

https://github.com/sourcec0de/elastix

An elasticsearch tool, built in CoffeeScript and NodeJS
https://github.com/sourcec0de/elastix

Last synced: about 1 year ago
JSON representation

An elasticsearch tool, built in CoffeeScript and NodeJS

Awesome Lists containing this project

README

          

# Elastix
A Fully Featured ElasticSearch Client with EJS integration.

# NOT PRODUCTION READY

Stable Methods:

- document.index
- document.get
- document.update
- document.delete
- parseJSON
- req

ToDo:

- [ ] indicies.create
- [ ] indicies.destroy
- [ ] indicies.settings
- [ ] indicies.mapping.create
- [ ] indicies.mapping.update

- [ ] document.multiGet
- [ ] document.bulk
- [ ] search

- [ ] build CLI tool, for ES
- [ ] write end to end tests