emi1997 / con-app

A console application written in Golang. It stores and indexes data with elasticsearch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A console application written in Golang. It stores and indexes data with elasticsearch.

License:Apache License 2.0


Languages

Language:Go 99.3%Language:Batchfile 0.7%