Ferro's Gitbook
  • README
  • DevOps
    • Grafana_Cloud
  • OpenWrt
    • DHCP_DNS
    • GLiNet
    • boot
    • captive_portal
    • luci
    • mwan3
    • radius
    • theme
    • wireless
  • apps
    • web
  • BSD
    • Mac
  • Cloud
    • aws
    • azure
    • cf
    • gcp
    • github
    • ibm_bluemix
    • Pricing
  • container
    • docker
    • Kubernetes
    • podman
  • db
    • InfluxDB
    • loki
    • MySQL & MariaDB
    • Oracle
    • PostgreSQL
  • dev
    • AHK
    • BI
    • LBS
    • ML
    • android
    • editor
    • flutter_web
    • git
    • go
    • HTML5/BS
    • j2ee
    • js
    • js_grid
    • js_vue
    • jupyter
    • ocaml
    • powershell
    • py
    • py_GUI
    • Django
    • shell
    • snippets
    • uni
    • vba
    • wechat.zh
    • wechat_mp.zh
  • elec
    • 3D Printing
    • AC
    • MOSFET
    • battery
    • boost
    • bulk
    • metal
    • simulator
  • hw
    • GPU
    • PCI
    • arduino
    • Bluetooth
    • ent
    • Pinout
    • x86_AMD
    • x86_intel
  • linux
    • Test System
    • X
    • arch
    • fs
    • kernel
    • Memory
    • nw
    • Linux Services
    • Systemd
    • text
  • ms
    • vscode
    • windows
    • wsl
  • multimedia
    • Blender
    • audio
    • blender
    • graphics
    • home
  • nw
    • L3
    • L3_IPv6
    • SDN
    • VPN
    • dns
    • hw
    • Low Level
    • mikrotik
    • mwan
    • Openflow
    • OVS
    • pfsense
    • ppp
    • proxy
    • tsocks
    • pxe
    • Security
    • TCP
  • phone
    • Mi
    • android
  • Storage(SW)
  • vt
    • Intel GVT-g
    • PVE
    • QEMU
    • VDI
    • hyper-v
    • kube
    • libvirt
    • OpenStack
  • Web
    • IBM_MQ
    • IBM_Websphere
    • SSL
    • Apache/IBM_IHS
    • blockchain
    • caddy
    • j2ee
    • nginx
    • static_site
Powered by GitBook
On this page
  • Sample data
  • Diagram image generator online
  • view & analyze Pandas
  • plotly - for Math
  • plot time series data
  • Math graph
  • bokeh- Python
  • HoloViews
  • Superset vs Redash vs Metabase
  • Apache Superset (Caravel/Panoramix)
  • Redash
  • ELK
  • My docker run scripts
  • Snapshot And Restore
  • ETL
  • kettle -JAVA
  • Excel
  • xlwings
  • django
  • .Net
  • Word
  • highcharts

Was this helpful?

Edit on Git
  1. dev

BI

PreviousAHKNextLBS

Last updated 2 years ago

Was this helpful?

Sample data

python: https://github.com/altair-viz/vega_datasets

Diagram image generator online

http://blockdiag.com/en/

view & analyze Pandas

https://github.com/man-group/dtale

plotly - for Math

https://plot.ly/api/ https://plot.ly/python/ https://github.com/plotly/

plot time series data

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

Math graph

https://www.geogebra.org

https://github.com/mwaskom/seaborn https://github.com/mwaskom/seaborn-data

bokeh- Python

https://github.com/bokeh/bokeh#interactive-gallery Interactive Web Plotting

HoloViews

https://github.com/ioam/holoviews annotate your data and let it visualize itself

Superset vs Redash vs Metabase

https://www.pervasivecomputing.net/data-analytics/superset-vs-redash-vs-metabase

Apache Superset (Caravel/Panoramix)

Redash

ELK

My docker run scripts

https://github.com/fzinfz/docker-images/

Snapshot And Restore

https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-snapshots.html

Backup

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

Check

GET /_snapshot/bak_1

ETL

kettle -JAVA

https://github.com/pentaho/pentaho-kettle

Excel

https://docs.wso2.com/display/DSS301/Excel+Sample

xlwings

http://docs.xlwings.org/en/stable/converters.html#pandas-dataframe-converter

django

django-excel: http://django.pyexcel.org/en/latest/ django-import-export: https://django-import-export.readthedocs.io/en/latest/

.Net

https://github.com/tonyqus/npoi https://github.com/JanKallman/EPPlus/wiki/Getting-Started

Word

https://github.com/xceedsoftware/DocX

highcharts

https://www.highcharts.com Free for non-commercial

https://github.com/apache/incubator-superset

https://github.com/getredash/redash

Sample data
Diagram image generator online
view & analyze Pandas
plotly - for Math
plot time series data
Math graph
bokeh- Python
HoloViews
Superset vs Redash vs Metabase
Apache Superset (Caravel/Panoramix)
Redash
ELK
My docker run scripts
Snapshot And Restore
Backup
Check
ETL
kettle -JAVA
Excel
xlwings
django
.Net
Word
highcharts