I am new to graphics and very interesting. This question may be a noob, but please post some useful material.
I am trying to create a small social network where each user is a node and has an undirected connection with his friend.
Its work is great, but now I want to save it to the database.
How to store data? How to save all connected nodes (pointer) node.
Is it better to delete memory after the user logs out and reads it from the database when logging in or when logging in and logging out, should it not affect the node?
I know its theoretical. Any links would be really helpful.
database graph graph-databases
user2511713
source share