Event Store VS mentat

Compare Event Store vs mentat and see what are their differences.

Event Store

EventStoreDB, the event-native database. Designed for Event Sourcing, Event-Driven, and Microservices architectures (by EventStore)

mentat

UNMAINTAINED A persistent, relational store inspired by Datomic and DataScript. (by mozilla)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Event Store mentat
5 9
5,090 1,610
1.1% -
9.5 10.0
3 days ago over 5 years ago
C# Rust
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Event Store

Posts with mentions or reviews of Event Store. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-11.
  • Event Store State of the Art
    1 project | /r/dataengineering | 23 Mar 2023
    I've been doing some research and found this: https://github.com/EventStore/EventStore
  • if you had to restart at 0 knowledge what would you do?
    5 projects | /r/PinoyProgrammer | 11 Oct 2022
    C#: In Europe, Java is still strong but many trading firms use C# because of the strong Microsoft culture in Europe, as well as because of strongly supported C# libraries like say EventStore, which tends to be used for the matchmaking engines for stock exchanges (especially that exchange matchmaking problem is basically SMR). And skimming over the code, it has Paxos implemented too, making it good for dealing with partial failures (failover), essential for any HFT/trading firm. C#'s also the biggest ecosystem that many of the breakthrough java tech mentioned earlier was first ported to.
  • Call for Help - Open Source Datom/EAV/Fact database in Rust.
    8 projects | /r/rust | 1 Apr 2022
  • Event sourcing two years later (almost)
    2 projects | /r/golang | 11 Mar 2022
    Support for eventstore.com eventstore. esdb
  • 3 reasons to adopt Event Sourcing
    2 projects | dev.to | 1 Apr 2021
    Where's the catch, then? Well, there's a couple of catches, in fact. First of all, in a distributed setting, appending data to a log isn't that easy. First, you need to make your log distributed. Again, Kafka/Cassandra/EventStore make this possible, however, whenever you start dealing with distributed data, you‘re introducing new operational and implementation complexity.

mentat

Posts with mentions or reviews of mentat. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-16.
  • Why did Mozilla abandon the Mentat database?
    1 project | /r/rust | 28 Jun 2023
    Why did Mozilla abandon the Mentat database?
  • Asami: A flexible graph store in Clojure
    7 projects | news.ycombinator.com | 16 Nov 2022
    There is (now unmaintained) project called Mentat [0] from Mozilla.

    [0] https://github.com/mozilla/mentat

  • Ideas for DataScript 2
    6 projects | news.ycombinator.com | 14 Aug 2022
    Mozilla was working on the opposite, a Datalog of SQLite, with Mentat, now abandoned: https://github.com/mozilla/mentat

    Strikes me as a basically sound idea and it would be lovely if someone picked up the ball.

  • SQLite Internals: Pages and B-trees
    11 projects | news.ycombinator.com | 27 Jul 2022
    mentat was archived by mozilla back in 2017, but there are a bunch of forks. Because github is dumb and has a terrible interface for exploring forks [0], I used the Active GitHub Forks tool [1] that helped to find:

    qpdb/mentat [2] seems to be the largest (+131 commits) and most recently modified (May this year) fork of mozilla/mentat.

    [0]: https://github.com/mozilla/mentat/network/members - Seriously, how am I supposed to use this? Hundreds of entries, but no counts for stars, contributors, or commits, no details about recent commits. Just click every one?

    [1]: https://techgaun.github.io/active-forks/index.html

    [2]: https://github.com/qpdb/mentat

  • Call for Help - Open Source Datom/EAV/Fact database in Rust.
    8 projects | /r/rust | 1 Apr 2022
    There are plenty of open source Datomic Inspired databases. Check out https://github.com/juji-io/datalevin and scroll down all the way down to “Alternatives”. There was even the beginning of a rust one by Mozilla: https://github.com/mozilla/mentat
  • Emacs team considering including SQLite
    7 projects | /r/emacs | 22 Dec 2021
    I think you might be slightly misreading things, from what you quoted it’s about the query language (sql vs Datalog) not the database engine, that would likely be SQLite in any case. Now whether grafting a Datalog query engine onto SQLite is a good idea is a different question (though it’s been done, eg https://github.com/mozilla/mentat), but we should all at least talk about the same thing :)
  • I Made the Exact Same App with Firebase,AWS Amplify,RxDB,PouchDB,WatermelonDB
    4 projects | news.ycombinator.com | 25 Oct 2021
    You might be interested in the now defunct Mentat project from Mozilla. They made an EAV store with syncing on top of sqlite. It ran datalog queries by translating them into sql.

    https://github.com/mozilla/mentat

What are some alternatives?

When comparing Event Store and mentat you can also consider the following projects:

Marten - .NET Transactional Document DB and Event Store on PostgreSQL

datalevin - A simple, fast and versatile Datalog database

LiteDB - LiteDB - A .NET NoSQL Document Store in a single data file

SQLite - Official Git mirror of the SQLite source tree

Streamstone - Event store for Azure Table Storage

active-forks - Find active github forks of a repo https://git.io/vSnrC

Apache Ignite - Apache Ignite

cozo - A transactional, relational-graph-vector database that uses Datalog for query. The hippocampus for AI!

Firebase.Net - C# wrapper over Firebase database REST API

client-side-databases - An implementation of the exact same app in Firestore, AWS Datastore, PouchDB, RxDB and WatermelonDB

Apache Cassandra - Mirror of Apache Cassandra

crepe - Datalog compiler embedded in Rust as a procedural macro