I am working on a project where we have linkage data of consumers, Consumer data is of 70 Billion records, where major details are consumer id, user id, linkage type (relationship), linked_consumer_id, linked_user_id, joined_date, linked_user_joined_date.
I wanted to know if I migrate this type of data to Neo4j for Graph computations, how much estimated Storage and Expense in AuraDB will it be required if I have to create graph with below details:
Nodes label : user_id
Nodes Properties: Joined_date, consumer_id
relationship: linkage_type
I am doing POC for capacity planning and Cost estimation. Any solution is highly appreciated.