BI
python: https://github.com/altair-viz/vega_datasets
http://blockdiag.com/en/
https://github.com/man-group/dtale
https://plot.ly/api/
https://plot.ly/python/
https://github.com/plotly/
https://stackoverflow.com/questions/44964346/matplotlib-plot-time-series-graph
https://stackoverflow.com/questions/19079143/how-to-plot-time-series-in-python
https://stackoverflow.com/questions/38837421/simple-way-to-plot-time-series-with-real-dates-using-pandas
https://www.geogebra.org
https://github.com/mwaskom/seaborn https://github.com/mwaskom/seaborn-data
https://github.com/bokeh/bokeh#interactive-gallery
Interactive Web Plotting
https://github.com/ioam/holoviews
annotate your data and let it visualize itself
https://www.pervasivecomputing.net/data-analytics/superset-vs-redash-vs-metabase
https://github.com/apache/incubator-superset

https://github.com/getredash/redash

https://github.com/fzinfz/docker-images/
https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-snapshots.html
PUT /_snapshot/bak_1
{
"type": "fs",
"settings": {
"compress" : true,
"location": "/usr/share/elasticsearch/data/backup"
}
}
PUT /_snapshot/bak_1/snapshot_1?wait_for_completion=true
GET /_snapshot/bak_1
https://github.com/pentaho/pentaho-kettle
https://docs.wso2.com/display/DSS301/Excel+Sample
http://docs.xlwings.org/en/stable/converters.html#pandas-dataframe-converter
django-excel: http://django.pyexcel.org/en/latest/ django-import-export: https://django-import-export.readthedocs.io/en/latest/
https://github.com/tonyqus/npoi
https://github.com/JanKallman/EPPlus/wiki/Getting-Started
https://github.com/xceedsoftware/DocX
https://www.highcharts.com
Free for non-commercial
Last modified 1yr ago