felipead / cassandra-to-elasticsearch

Syncs data from Cassandra to Elasticsearch
Apache License 2.0
1 stars 0 forks source link

Remove bidirectional sync, make one-way sync from Cassandra to Elasticsearch #1

Open vijaydodla opened 8 years ago

vijaydodla commented 8 years ago

Hi , As per documentation > "Currently, only bidirectional syncing is supported. However, in most cases it only makes sense to sync in one way, for instance, from Cassandra to Elasticsearch. A feature that would allow this behavior to be changed in settings.yaml is already planned."

I'm looking to use this code to pull data from Cassandra to Elasticsearch only and not needed it in bi-directional . Can you kindly let me know if this setting is available ?

felipead commented 8 years ago

Hi @vijaydodla. Thanks for your interest in my code.

I plan to do a big rewrite of this code, since it is not reliable and more complex than it needs to be. Removing bidirectional sync is my top priority.

However, I do not have the time to do this right now.

Fell free to create another fork and modify it as you wish.

Thank you.

muzzagit commented 8 years ago

First of all nice tool for ES and Cassandra data sync. Just want to mention that controlling one side syncing is really needed feature, as it helps to get the power of scaling through Cassandra and focusing more into complex search query build up on using ES APIs. @felipead Looking forward to get this feature, really awesome and needed tool.