mirror of
https://github.com/elastic/eland.git
synced 2025-07-24 00:00:39 +08:00
24 lines
684 B
Markdown
24 lines
684 B
Markdown
https://docs.google.com/presentation/d/1A3S5aIJC8SuEbi80PhEzyxTUNMjWJ7-_Om92yU9p3yo/edit#slide=id.g5f8a4bcb09_0_3
|
|
https://www.kaggle.com/pmarcelino/comprehensive-data-exploration-with-python
|
|
https://nbviewer.jupyter.org/github/parente/nbestimate/blob/master/estimate.ipynb
|
|
https://stackoverflow.blog/2017/09/14/python-growing-quickly/
|
|
https://github.com/elastic/eland
|
|
http://localhost:8889/notebooks/eland/tests/demo_day_20190815.ipynb
|
|
http://localhost:5601/app/kibana#/dev_tools/console?_g=()
|
|
|
|
|
|
devtool console:
|
|
```
|
|
GET _cat/indices
|
|
|
|
# Clean demo
|
|
DELETE ed_jetbeats_routes
|
|
|
|
# Demo day schema
|
|
GET flights
|
|
GET flights/_search
|
|
|
|
GET ed_jetbeats_routes
|
|
GET ed_jetbeats_routes/_search
|
|
```
|