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.
Was this page helpful?