Main database

2014-11-26 Thread Lior Goldemberg
hi all, which is the most common main db, to work with ES, so it will be easy to sync between the main db to ES. preferably it should accept data in the same structure. thanks! -- You received this message because you are subscribed to the Google Groups elasticsearch group. To unsubscribe

Re: Main database

2014-11-26 Thread Nikolas Everett
There isn't such a thing. There are rivers that try to sync other sources with Elasticsearch but I'm not a big fan. I'd let your application keep the index up to date. Nik On Wed, Nov 26, 2014 at 11:26 AM, Lior Goldemberg lio...@gmail.com wrote: hi all, which is the most common main db,

Re: Main database

2014-11-26 Thread Lior Goldemberg
actually im looking for a way to backup my ES data, since it cant be used as primary db at this stage. so i thought to insert my data to another db - just for backup -- You received this message because you are subscribed to the Google Groups elasticsearch group. To unsubscribe from this

Re: Main database

2014-11-26 Thread David Pilato
Where the original content comes from? I mean that if you already have a source of truth, you can use it in case of major failure. You can have a look at couchbase. They offer a plugin for elasticsearch that emulate a couchbase cluster and then they replicate data from the primary cluster to