Hacker News new | ask | show | jobs
Tigris transaction internals and how they compare to MongoDB (tigrisdata.com)
10 points by hchaudhary 1205 days ago
1 comments

Tigris is an open source alternative to MongoDB Atlas. Tigris uses FoundationDB's transactional key-value interface as its underlying storage engine. This blog post will explore how Tigris offers serializable transactions using FoundationDB and compare it with MongoDB.