- [ ] Quick start - [ ] Models - [ ] Aggregations - [ ] Scopes ## Practical examples ### test a mapping - [ ] Methods for previewing auto mapping to aid in attributes. (Create a scratch index and push a doc if there's no dry run) - [ ] TODO: let attributes be defined by mapping and be optional ### data analysis - [ ] Bootstrap a rails app - [ ] identify a dataset - [ ] Prepare models - [ ] bulk load a data set - [ ] Explore with console - [ ] Add scopes and helpers - [ ] Aggregate and visualize ### time series data - [ ] Identify a data set - [ ] Define a index strategy - [ ] determine routing strategy - [ ] Explain performance by using routing + multi index - [ ] Bulk index documents - [ ] (Bonus) ingest with Kafka or logatash - [ ] (Bonus) show associations with ActiveRecord - [ ] visualization
Practical examples
test a mapping
data analysis
time series data