Is Neo4J a good fit for performing analysis on event data? For example if you
were recording how long events took and wanted to get percentile data for a
particular customer and product.

Would this me mapped something like:

Node: Duration
Properties: duration (eg number of seconds/milli), eventDate, descr (eg End
to End Time)

Nodes: Customer, Product

Where would metadata go - on the Duration node?
success/fail,
online/batch,
event uuid

Plus some other key value pairs of data that might not be known before the
database is setup
eg Server, Number of items processed, group, type

Queries might be
What was the 95 percentile of end to end times for online successful events
grouped by customer?
What were the max event time for each customer?

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Are-graphs-ok-for-lots-of-Event-data-tp3566813p3566813.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to