by zikohh on 8/29/23, 9:51 PM with 16 comments
by mknapper1 on 8/29/23, 11:16 PM
by JohnMakin on 8/29/23, 10:51 PM
by primitivesuave on 8/29/23, 11:36 PM
by whalesalad on 8/29/23, 11:50 PM
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.
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)
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.
by dang on 8/30/23, 12:58 AM
Database of Databases - https://news.ycombinator.com/item?id=24494403 - Sept 2020 (61 comments)
by cmrdporcupine on 8/29/23, 11:11 PM
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.
(Briefly worked there. Smart folks.)
by snide on 8/29/23, 11:04 PM
Noticed some missing ones, including https://xata.io (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).
Guess you have to contact the author directly or make a Github Issue.
by nickpeterson on 8/29/23, 11:36 PM