Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.21 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.21 KB

chartgen

Code Climate Go Report Card

LT

データで見るAOSN読書会 (2016 合宿 LT)

https://go-talks.appspot.com/github.com/mikan/talks/aosn-lt-2016.slide

How it works

  1. Parse markdown table of the AOSN workshop activities.
  2. Generate JSON data.
  3. Push to Elasticsearch.

Usage

aosn

aosn generates summary description written by markdown.

./aosn -t 1-java8

aosn2es

aosn2es generates Elasticsearch (Kibana) datasets.

  • -h - Host of your Elasticsearch (default: localhost)
  • -p - Port of your Elasticsearch (default: 9200)
  • -t - Target file of the workshop record (e.g. 1-java8)

Short example:

./aosn2es -t 1-java8 

Complete example:

./aosn2es -h localhost -p 9200 -t 1-java8 

Author

mikan

License

Apache License 2.0