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
- Host: GitHub
- URL: https://github.com/sourcec0de/elastix
- Owner: sourcec0de
- License: mit
- Created: 2013-08-24T01:04:57.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-05T23:18:37.000Z (over 12 years ago)
- Last Synced: 2024-11-10T06:11:53.652Z (over 1 year ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 1
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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