Currently, we have Source and Target nodes connected by a Transaction relationship. Each Transaction relationship has a unique timestep ID that we use to return all the transactions made during a given timestep. Technically all of our data is in one database, but it is all separate at the same time because you can pull the individual graphs out using the unique timestep IDs of the Transaction relationships. Would this count as multiple graphs in one database?