Storing Time Series (increasing data) data with graph database
Hello! I am learning Graph database while I am working on build an application. for the most part the graph database setup works for the structure. for example, each node (vertex) is a person. that person stores daily transactions of work. how do I add this while maintaining the organization structure. I do not think creating/adding new nodes daily is right approach.
3 Replies
Might be a use case for Chronograph
https://www.google.com/url?sa=t&source=web&rct=j&url=https://www.youtube.com/watch%3Fv%3DWSGI-MMNRvM&ved=2ahUKEwj_5KqpvY7_AhWHd8AKHacmBNIQjjh6BAgUEAI&usg=AOvVaw0KdNRykyKQoU6WcP7WXeF7
There was a presentation of it here just a couple months back
https://github.com/Txture/chronos/tree/master/org.chronos.chronograph github repo for reference
GitHub
chronos/org.chronos.chronograph at master · Txture/chronos
Embedded versioned persistence for JDK projects. Contribute to Txture/chronos development by creating an account on GitHub.
that person stores daily transactions of workCan you model daily transactions as a property of that person vertex?