https://github.com/emi1997/con-app
A console application written in Golang. It stores and indexes data with elasticsearch.
https://github.com/emi1997/con-app
consoleapplication elasticsearch golang
Last synced: about 1 month ago
JSON representation
A console application written in Golang. It stores and indexes data with elasticsearch.
- Host: GitHub
- URL: https://github.com/emi1997/con-app
- Owner: emi1997
- License: apache-2.0
- Created: 2019-09-06T11:12:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T07:08:01.000Z (over 6 years ago)
- Last Synced: 2025-08-14T12:58:12.005Z (6 months ago)
- Topics: consoleapplication, elasticsearch, golang
- Language: Go
- Homepage:
- Size: 161 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# con-app
con-app ist eine App mit der man Elasticsearch Indices und Dokumente verwalten kann.
## Liste der Kommandos
- newind
- newmap
- newdoc
- updoc
- upmap
- delind
- deldoc
- readdoc
- version
## Important Note!
The client-copy.go must be loaded into your local go/src/client directory. If you don't have that, I recommend you to make it otherwise this App won't work.