cets VS riak_core

Compare cets vs riak_core and see what are their differences.

cets

A library to synchronise records from the ETS tables between nodes (by esl)

riak_core

Distributed systems infrastructure used by Riak. (by basho)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
cets riak_core
1 1
13 1,217
- 0.2%
9.2 2.6
5 days ago 3 months ago
Erlang Erlang
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cets

Posts with mentions or reviews of cets. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-28.
  • Ask HN: Good examples of fault-tolerant Erlang code?
    4 projects | news.ycombinator.com | 28 Dec 2023
    Making cluster fault tolerant is an art on its own in Erlang ;)

    Riak Core is extremely cool, but Riak is dead by now. It was a child of the times when NoSQL was cool. Still, basho code is interesting to read. (https://github.com/basho/riak_core)

    Self-ads: we've tried to remove Mnesia from our project, HN post incoming, once the library is prettified and tested hard (https://github.com/esl/cets).

riak_core

Posts with mentions or reviews of riak_core. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-28.
  • Ask HN: Good examples of fault-tolerant Erlang code?
    4 projects | news.ycombinator.com | 28 Dec 2023
    Making cluster fault tolerant is an art on its own in Erlang ;)

    Riak Core is extremely cool, but Riak is dead by now. It was a child of the times when NoSQL was cool. Still, basho code is interesting to read. (https://github.com/basho/riak_core)

    Self-ads: we've tried to remove Mnesia from our project, HN post incoming, once the library is prettified and tested hard (https://github.com/esl/cets).

What are some alternatives?

When comparing cets and riak_core you can also consider the following projects:

ra - A Raft implementation for Erlang and Elixir that strives to be efficient and make it easier to use multiple Raft clusters in a single system.