threatgrid / asami

A graph store for Clojure and ClojureScript
Eclipse Public License 1.0
634 stars 29 forks source link

Implement durable storage #46

Open quoll opened 4 years ago

quoll commented 4 years ago

Documenting the process in a blog series. The blog is describing everything from first principles, so it is presenting everything using Javascript and Java. However, the final implementation will be in Clojure/ClojureScript.

Storage will be in blocks in immutable buffers. These will be identified by keys which will be compound, joining both the immutable buffer and the offset in that buffer. The idea is to support:

20jam commented 4 years ago

Looking forward to durable storage to start experimenting and actually implementing a knowledge base. How much time required. Thanks a lot your talk was amazing 🙏

kkharji commented 3 years ago

Is this feature is available? I’ve seen some new wiki pages related to this, Thanks.

quoll commented 3 years ago

Not yet. There's a lot of work. I'm actively implementing it though.

kkharji commented 3 years ago

@quoll looking forward :heart:

alidcast commented 2 years ago

@quoll any plans for clojurescript node.js storage support?