Hi,
I am creating a datamodel where I need to store timestamp information on edges. For example, I have a user node and a
facebook.com node with the edge of ["ACCESSES"] i.e [user A accesses
facebook.com]. I need to store the timestamp information of when userA accessed
facebook.com, I am not sure how I can store this information in arangodb.
I have explored neo4j and the only way I can store the timestamp is by storing it in a list but that will cause a long read delays which is critical for my application.
Please suggest how arangodb can solve this usecase