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
gdotv
gdotv13mo ago
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.
Bo
Bo13mo ago
that person stores daily transactions of work
Can you model daily transactions as a property of that person vertex?