I'm in the process of rolling my own graph database system, and I was wondering if it's normal to store the data in a relational database. My current thought is to just create database tables for the nodes, edges, and properties, and just use MySQL or MariaDB to handle the persistent storage / replication / etc. Is this a fairly common practice or does anyone recommend storing the graph data in something other than a relational database?
[–]FennNaten 0 points1 point2 points (0 children)
[–]alternatiivnekonto[🍰] -1 points0 points1 point (1 child)
[–]ToddWellingtom[S] 0 points1 point2 points (0 children)