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
- Host: GitHub
- URL: https://github.com/hellc/elastic-imt
- Owner: hellc
- License: mit
- Created: 2024-12-18T13:20:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T14:53:31.000Z (over 1 year ago)
- Last Synced: 2025-02-16T21:43:16.766Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elastic-imt
#### Elastic Index Migration Tools

## 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