https://github.com/andreid/orientdb-to-elasticsearch-sync
OrientDB to Elasticsearch sync tool [both ways]. Written in python
https://github.com/andreid/orientdb-to-elasticsearch-sync
Last synced: 6 days ago
JSON representation
OrientDB to Elasticsearch sync tool [both ways]. Written in python
- Host: GitHub
- URL: https://github.com/andreid/orientdb-to-elasticsearch-sync
- Owner: AndreiD
- Created: 2015-02-11T15:25:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-11T15:30:07.000Z (over 11 years ago)
- Last Synced: 2025-03-26T05:29:54.592Z (over 1 year ago)
- Language: Python
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OrientDB to Elasticsearch Sync
========================
### version BETA 0.1
#### Sync both ways, between orientdb and elasticsearch
#### How to use it:
- `git clone https://github.com/AndreiD/orientdb-to-elasticsearch-sync.git ` or download the zip
- `pip install -r requirements.txt`
- Edit the `config.py` with your settings.
- `python sync_orient_to_es.py -v` [skip the -v if you don't want any output]
- Add it to cron
#### TODO:
- check the bulk API
- performance needs to be improved!
##### Extras:
You have a **benchmarks.py** file with a simple benchmark. Give it a look after the sync finished