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

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

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