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, 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 from this group and stop receiving emails from it, send an
 email to elasticsearch+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/elasticsearch/17d4709b-95fa-45fb-abbb-52550612c7a9%40googlegroups.com
 https://groups.google.com/d/msgid/elasticsearch/17d4709b-95fa-45fb-abbb-52550612c7a9%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
elasticsearch group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAPmjWd17iR6KiYiyWe%2BC8O898pq0DPd5b0nxvOXtRQY_HPmrBA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/66a8fe82-4484-40b6-9fce-d288f9403b23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 the second one using cross data center replication. Easy to set up 
IMHO.

Couchdb is nice as well. You can use the river today but be prepared to move to 
Logstash in the future.

You have a lot of other options such as storing JSON files on a file system or 
on hdfs...

HTH

David

 Le 26 nov. 2014 à 22:09, Lior Goldemberg lio...@gmail.com a écrit :
 
 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 group and stop receiving emails from it, send an 
 email to elasticsearch+unsubscr...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/elasticsearch/66a8fe82-4484-40b6-9fce-d288f9403b23%40googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
elasticsearch group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/0CE50E8C-27E6-4584-ACED-7BC42566A93D%40pilato.fr.
For more options, visit https://groups.google.com/d/optout.