This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-06-14
Channels
- # announcements (3)
- # asami (22)
- # babashka (9)
- # beginners (92)
- # calva (7)
- # clj-kondo (8)
- # clojure (61)
- # clojure-australia (3)
- # clojure-boston (1)
- # clojure-dev (3)
- # clojure-europe (24)
- # clojure-nl (3)
- # clojure-spec (4)
- # clojure-uk (14)
- # clojurescript (5)
- # conjure (12)
- # core-async (44)
- # cryogen (8)
- # crypto (2)
- # cursive (24)
- # data-science (5)
- # events (1)
- # fulcro (10)
- # garden (2)
- # graalvm (19)
- # helix (4)
- # instaparse (13)
- # lsp (13)
- # luminus (1)
- # malli (5)
- # meander (22)
- # off-topic (22)
- # polylith (8)
- # re-frame (69)
- # react (1)
- # reagent (2)
- # releases (2)
- # shadow-cljs (52)
- # sql (7)
- # test-check (3)
- # timbre (2)
- # tools-deps (9)
Sorry, totally OT question, did anyone ever used RedisGraph?
This kind of use case? I thought it was a key value store? It can’t be used for storing certain types of data?
so you could build your own graph impl on top of redis, but on top of redisgraph that might be tricky (or not)
I am terrible at interpreting this stuff, so take what I am saying with a grain of salt
Redis as an alternative storage is not a bad idea
yeah redis only is a good candidate, might even be easier to port the asami durable impl to it than using redis graph
That was the idea. The layers in the durable system were designed to be swapped in and out
RedisGraph is really just GraphBLAS under the hood, https://graphblas.github.io/ which is very interesting in its own right. Not terribly practical for an OLTP database though 🙂