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

https://github.com/davidefiocco/dockerized-elasticsearch-indexer

Start and index a dockerized Elasticsearch node using the Elasticsearch Python client
https://github.com/davidefiocco/dockerized-elasticsearch-indexer

docker elasticsearch kibana python

Last synced: 11 months ago
JSON representation

Start and index a dockerized Elasticsearch node using the Elasticsearch Python client

Awesome Lists containing this project

README

          

# dockerized-elasticsearch-indexer

Example showing how to index an Elasticsearch db using the Python client within a Docker container, as in https://stackoverflow.com/questions/48711455/create-dockerized-elasticsearch-index-using-a-python-script-running-in-docker/48712414#48712414 starting from a jsonl file contained in the `indexer` folder.

A Kibana container is added to navigate the indexed dataset. The index is accessible at and Kibana can be opened at .

Run with:
```bash
docker-compose build
docker-compose up
```

## Troubleshooting

Check https://github.com/docker-library/elasticsearch/issues/111 in case of troubles in the logs with `vm.max_map_count`.