home.social

#riak — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #riak, aggregated by home.social.

  1. Looks like Arweave is adopting #LMDB now? github.com/permaweb/HyperBEAM/

    It's amusing to me to see them adopting this code now, since they were the first project to adopt #RandomX. Early to adopt my recent work, late to adopt my early work. Also interesting to see that they use #Erlang - I first tried to develop an erlang wrapper for LMDB years ago to use in #riak, but all of that was abandoned.

  2. Leveled is not a distributed key value store, but a backend for one (it is developed as a backend for Riak). In other words, if you want a *distributed* key value store, you need to integrate Leveled into your store implementation (as with LevelDB).
    I did this today as an experiment with rclref, the example KV application coming with the Riak-Core-Lite project.
    #Erlang #Riak #Leveled #LevelDB

  3. @jrdi CRDTs, ahhhh I remember them well from my time at