This article reviews graph databases, as a storage technology similar to relational databases like Postgres and document stores like MongoDB. We review the basic concepts of graph DBs, some example engines, use cases in which treating data as a graph can be useful. We explore a project that uses a graph DB to store data about cloud systems, and we use a graph DB to model a router+firewall’s configuration file, including queries over the stored data, which we also compare to a similar Postgr...| blog.jreyesr.com
Learn to insert multiple rows at once in Postgres with a single insert statement and the copy command in this useful tutorial.| Geshan's Blog