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
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
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
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