datascript

Immutable database and Datalog query engine for Clojure, ClojureScript and JS
2020-05-24T00:05:22.063300Z

@lilactown Yeah; It is a bit of a tradeoff. For most "user" applications, in-memory is frequently fine. But if say you are working on a company database, or data analytics app, or whatever, it can end up not flying pretty quickly.

2020-05-24T00:05:36.063700Z

Large knowledge bases, etc

2020-05-24T00:05:50.064100Z

Certainly though, if you don't have the problem, don't solve it 🙂

lilactown 2020-05-24T02:09:09.064600Z

Which is slow? Having everything in memory?

Oliver George 2020-05-24T04:26:25.065800Z

Slow to parse and index a large amount of data into memory ready for use.

whilo 2020-05-24T20:27:00.068300Z

@olivergeorge Some work has started here: https://github.com/smothers/datahike/ It is so far only making Datahike build again in cljs. We are currently also reactivating the hitchiker-tree cljs port. If anybody is interested in helping out a bit, I am also happy to onboard people.

1👍