Skip to content
/ chartgen Public

Tool for visualize our activity with Elasticsearch and Chart.js

License

Notifications You must be signed in to change notification settings

aosn/chartgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tool for visualize our activity with Elasticsearch and Chart.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages