Want to create an interactive transcript for this episode?
Podcast: Software Engineering Daily
Episode: MemGraph with Dominik Tomicevic
Description: Relational databases have been a fixture of software applications for decades. They are highly tuned for performance and typically offer explicit guarantees like transactional consistency. More recently, there’s been a figurative cambrian explosion of other-than-relational databases. Simple key value stores or counters were an early win in this space. Managing a graph data structure is a more challenging task than key value stores. Asking questions of graphs demands a robust query language. Ideally, you’d also want to provide common graph algorithms to users out of box.MemGraph is an in-memory graph database that seeks to fill this...