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

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.

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.