thi-ng / umbrella

⛱ Broadly scoped ecosystem & mono-repository of 198 TypeScript projects (and ~175 examples) for general purpose, functional, data driven development
https://thi.ng
Apache License 2.0
3.31k stars 144 forks source link

RDMS based on rstream-query #453

Closed ansarizafar closed 1 month ago

ansarizafar commented 5 months ago

In 2024 developers are still forced to use decades old RDMS like Postgres with SQL rstream-query is amazing, Why not build a Full-fledged database based on rstream-query?

postspectacular commented 5 months ago

Thank you @ansarizafar — the main reason is that there's a lot more to building a reliable & scalable database than what this package offers. I'm not saying it's not worth it to extend it — I sometimes do — but in general, I just don't see the need, since there're already some related DBs which are using a similar SPARQL/Datalog inspired approach, incl. various well established, mature RDF/Linked Data triple-stores, as well as Datomic & XTDB... For most of my uses, these are overblown solutions, and I've also got a related earlier project which does also offer a REST endpoint for queries: https://thi.ng/fabric

Hth!