This project replicates Mysql to Elasticsearch, which is incomplete but able to migrate data between the two databases in simple way.
The project is a modified version of py-mysql-elasticsearch-sync.
- Cpython 3.8.17
 - Mysql 8.0.33
 - Elasticsearch 8.8.1
 
# in elasticsearch.yml. not supporting security related features for now. xpack.security.enabled: false (your virtualenv) pip install -r requirements.txt (your virtualenv) python src/pymyelarepl.py src/config.yaml MIT