https://github.com/ghost1face/fun-with-elasticsearch
High level overview of ElasticSearch for beginners
https://github.com/ghost1face/fun-with-elasticsearch
elasticsearch elasticsearch-docker elasticsearch7 lucene
Last synced: about 2 months ago
JSON representation
High level overview of ElasticSearch for beginners
- Host: GitHub
- URL: https://github.com/ghost1face/fun-with-elasticsearch
- Owner: ghost1face
- Created: 2019-12-04T03:22:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T05:25:34.000Z (over 6 years ago)
- Last Synced: 2025-01-31T09:34:22.597Z (over 1 year ago)
- Topics: elasticsearch, elasticsearch-docker, elasticsearch7, lucene
- Language: Shell
- Homepage:
- Size: 5.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WELCOME TO ELASTICSEARCH
### You Know, For Search
#### Getting started
Run docker compose, this will stand up a test instance of ElasticSearch and Kibana tools, connecting on ports `9200` and `5601`:
```docker-compose up```
After this starts up, run the `./sample-data/init.sh` script, this script creates a sample dataset of employees and creates 3 different indices with the same data.
#### Presentation
Accompanying presentation can be found [here](https://docs.google.com/presentation/d/17a-5YFGsIwQCxUC8h1KHEP6RSMsFg3HFJoX_F2oSLo4/edit?usp=sharing)