Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 609 Bytes

File metadata and controls

16 lines (10 loc) · 609 Bytes

Cassandra-ElasticSearch-sync

Sync Between Cassandra and ElasticSearch using Python

How to

Just python index.py on console

#How it works

It gets all data of Cassandra and then for getting just the date after the last Sync. On Elastic Search, the range date is already sorted.

After then, it will check against the rows of each one and look if the data exists in the other, if no, it will add to the one who don't have. If already exists, it will check the first one (the older), and then update the other with its datas.

###Know That The ID is a uuid4. The dates of syncing is saved on foo.txt