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

https://github.com/hellc/elastic-imt

Elastic Index Migration Tools
https://github.com/hellc/elastic-imt

Last synced: about 1 year ago
JSON representation

Elastic Index Migration Tools

Awesome Lists containing this project

README

          

# elastic-imt
#### Elastic Index Migration Tools

Indexer JSONL Dumper

## Docker based installation
Just run
```
docker compose up -d
```

## Manual installation

### Install dependencies
```
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```

#### Web UI based on streamlit to migrate documents from one Elasticsearch index to another or dump documents from an index to JSONL files.
#### Init command:

```
streamlit run src/app.py
```
Then open Local URL: http://localhost:8501 in browser