Paul,
You can use relationships to model came-before, like so:
http://console.neo4j.org/r/owv0da
Probably simplistic, but wanted to show you
http://console.neo4j.org ;)
- Lasse
On Wed, Oct 10, 2012 at 10:59 AM, Paul Lam <
paul...@forward.co.uk> wrote:
> Say I have
>
> a set of users
> a set of actions
> timestamped events of directing users to actions
>
> How can I model the graph such that I can find patterns with time-ordering?
> For example, find/count all the users that did action A after action B, or
> find the most popular ordered path between action A and action E.
>
> Cheers,
> Paul
>
> --
>
>