Re: Using ElasticSearch for exploratory data analysis

2015-05-20 Thread Raed Marji
Hello Nick, I would love to hear some feedback on how did you go forward and whether elasticsearch was the tool for the job and if not why. Thanks On Thursday, February 13, 2014 at 3:02:02 AM UTC+1, Nick C wrote: > > We are building an app to help us keep track of user behaviour on site, > sim

Re: Using ElasticSearch for exploratory data analysis

2014-02-18 Thread Nick Curry
Adrien, Thanks for getting back - that's very helpful. Cheers, Nick On 13 February 2014 14:35, Adrien Grand wrote: > Hi Nick, > > > 'How many users have performed event X but haven't performed event Y' > > This question looks answerable to me by using a boolean filter with a MUST > clause to r

Re: Using ElasticSearch for exploratory data analysis

2014-02-13 Thread Adrien Grand
Hi Nick, > 'How many users have performed event X but haven't performed event Y' This question looks answerable to me by using a boolean filter with a MUST clause to return users who performed X and a MUST_NOT clause to filter out users who havent't performed Y. > 'Find all users who have perfor

Using ElasticSearch for exploratory data analysis

2014-02-12 Thread Nick C
We are building an app to help us keep track of user behaviour on site, similar to Google Analytics. We are logging the data currently, but are looking for a good way to enable exploratory data analysis, i.e. dynamically querying the data in real time to gain insight. I'm wondering whether elas