I am trying to make a network similar to Instagram / Facebook principle; i.e. there will be many users and they might be connected to one another in uni-directional way. Something like a graph.
A simple and a naive approach would be to create a directory for each user and have a JSON file listing all the other users who that user follows.
How is the performance of Graph Databases and which one is better for a start( bascically, user friendly installation and not many .conf changes).
Please, do suggest in case there is a better design. Thanks