https://github.com/buganini/elasticsearch-bsdconv-plugin
An elasticsearch plugin for bsdconv
https://github.com/buganini/elasticsearch-bsdconv-plugin
Last synced: about 1 year ago
JSON representation
An elasticsearch plugin for bsdconv
- Host: GitHub
- URL: https://github.com/buganini/elasticsearch-bsdconv-plugin
- Owner: buganini
- Created: 2017-10-09T13:25:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T19:11:31.000Z (over 8 years ago)
- Last Synced: 2024-12-26T14:28:21.046Z (over 1 year ago)
- Language: Java
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compilation & Installation
```
cd bsdconv
gradle assemble
sudo bin/elasticsearch-plugin install file://`readlink -f build/distributions/bsdconv-${VERSION}.zip`
```