An open API service indexing awesome lists of open source software.

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

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)