Re: reading the updated values

2013-03-04 Thread subhankar biswas
thanks for ur reply. On Mon, Mar 4, 2013 at 11:56 AM, aaron morton wrote: > my question is how do i get the updated data in cassandra for last 1 hour > or so to be indexed in elasticsearch. > > You cannot. > > The best approach is to update elastic search at the same time you update > cassandra.

Re: reading the updated values

2013-03-03 Thread aaron morton
> my question is how do i get the updated data in cassandra for last 1 hour or > so to be indexed in elasticsearch. You cannot. The best approach is to update elastic search at the same time you update cassandra. Cheers - Aaron Morton Freelance Cassandra Developer New Zealand

reading the updated values

2013-03-01 Thread subhankar biswas
hi, i m trying to use cassandra as main data-store and elasticsearch for realtime quries. my question is how do i get the updated data in cassandra for last 1 hour or so to be indexed in elasticsearch. once i get the updated data from cassandra i can index that to ES. is there any specific