From ddfd3702b855bf0cb4e6d9d985aa5bcb2234ba84 Mon Sep 17 00:00:00 2001 From: Mikhail Uvarov Date: Mon, 15 Jan 2024 14:26:19 +0100 Subject: [PATCH] Add links to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 866ba277..eea7a883 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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