データで見るAOSN読書会 (2016 合宿 LT)
https://go-talks.appspot.com/github.com/mikan/talks/aosn-lt-2016.slide
- Parse markdown table of the AOSN workshop activities.
- Generate JSON data.
- Push to Elasticsearch.
aosn
generates summary description written by markdown.
-t
- Target file of the workshop record (e.g. 1-java8)
./aosn -t 1-java8
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
mikan
Apache License 2.0