Skip to content

Commit

Permalink
Add links to README
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Jan 15, 2024
1 parent c56790a commit ddfd370
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Cluster ETS

[![](https://github.com/esl/cets/workflows/CI/badge.svg)](https://github.com/esl/cets/actions?query=workflow%3ACI)
[![Hex Package](http://img.shields.io/hexpm/v/cets.svg)](https://hex.pm/packages/cets)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/cets/)
[![codecov](https://codecov.io/github/esl/cets/graph/badge.svg?token=R1zXAjO7H7)](https://codecov.io/github/esl/cets)

The project adds replication support for Erlang Term Storage (ETS).

It allows to insert or delete objects into ETS tables across several Erlang nodes.
Expand All @@ -12,6 +17,9 @@ Some features are not supported:
- there are no indexes
- there are no transactions (there are bulk inserts/deletes instead).

Developed by [Erlang Solutions](https://www.erlang-solutions.com/) to be used in [MongooseIM](https://github.com/esl/MongooseIM/).
It could be used in other Erlang or Elixir projects.

# Merging logic

When two database partitions are joined together, records from both partitions
Expand Down

0 comments on commit ddfd370

Please sign in to comment.