This is cool! I’m also a big fan of <a href="https://db-engines.com/en/ranking" rel="nofollow noreferrer">https://db-engines.com/en/ranking</a>
This impressed me - it contains the DB of the tiny (10 person) startup I worked for that failed ~2019. We had almost no customers, wonder where it picked that up?
This is especially impressive because of how good the search is. I searched "mongo" and got all DBs that support Mongo (i.e. including AWS DocumentDB). Overall it seems like search, filters, and suggestions have a better implementation here than most ecommerce applications have for product search.
This is pretty neat.<p>I bought protobase.org (intending to mean a database of prototypes - in hindsight maybe archebase.org is better lol) to build a site like this that the community could curate and contribute to (wiki style). The goal being that you can look up any piece of the stack (Rails, DynamoDB, Istio, jquery, coffeescript, Laravel, Cassandra, you name it) and get a quick idea of what it is, how it fits into its' own space, how it compares to other tools or competitors, pros cons etc.<p>Ideally more than just tools - but architecture patterns too. Like, "Event Sourcing" has a page with recipes and cookbooks on various ways to tackle the problem, stacks that could be used, pro's and con's (eventual consistency vs immediate blah blah)<p>Wondering if something like that would even be possible (the community curated aspect) or if it would just degrade into a never ending turf war.
RelationalAI should be categorized as using B-Epsilon-Trees. Doesn't come up for that in search.<p>And data model should just be relational. Yes, it's marketed somewhat as a "graph" db, but its hook is modelling graphs as binary relations and supporting efficient recursive joins to solve graph problems using their (rather elegant) relational language.<p>(Briefly worked there. Smart folks.)
In case anyone else was checking.<p>Noticed some missing ones, including <a href="https://xata.io" rel="nofollow noreferrer">https://xata.io</a> (I work there). Didn't see a way to add it (looks like a simple Django app so probably manually adding it into the admin).<p>Guess you have to contact the author directly or make a Github Issue.