Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zawlinnnaing/elasticsearch-tutorial
- Owner: zawlinnnaing
- Created: 2022-08-28T16:38:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T18:07:17.000Z (over 2 years ago)
- Last Synced: 2024-11-06T08:31:27.796Z (2 months ago)
- Topics: docker, elasticsearch, rest-api
- Homepage:
- Size: 2.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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