Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zawlinnnaing/elasticsearch-tutorial

My Personal Elasticsearch Playground
https://github.com/zawlinnnaing/elasticsearch-tutorial

docker elasticsearch rest-api

Last synced: 16 days ago
JSON representation

My Personal Elasticsearch Playground

Awesome Lists containing this project

README

        

# elasticsearch-tutorial

My playground repository for learning elasticsearch.

## Setup

In order to setup for elasticsearch playground, you need none other than [Docker](https://www.docker.com/).

```bash
docker compose up
```

After docker has run successfully, goes to http://localhost:5601 to access **[Kibana](https://www.elastic.co/kibana/)**. Elasticsearch server will run at http://localhost:9200