An open API service indexing awesome lists of open source software.

https://github.com/electric-sql/vaxine

Rich-CRDT database based on AntidoteDB.
https://github.com/electric-sql/vaxine

crdts database distributed-systems replication

Last synced: 15 days ago
JSON representation

Rich-CRDT database based on AntidoteDB.

Awesome Lists containing this project

README

          

![Erlang CI](https://github.com/electric-sql/vaxine/workflows/CI/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/electric-sql/vaxine/badge.svg?branch=main)](https://coveralls.io/github/electric-sql/vaxine?branch=main)
[![License - Apache 2.0](https://img.shields.io/badge/license-Apache-green)](./blob/main/LICENSE.md)
![Status - Alpha](https://img.shields.io/badge/status-alpha-red)

# Vaxine

Welcome to the Vaxine source code repository. Vaxine is a rich-CRDT database system based on AntidoteDB. It's used as the core replication layer for [ElectricSQL](https://electric-sql.com).

## About Antidote

AntidoteDB is a planet scale, highly available, transactional database. Antidote implements the [Cure protocol](https://ieeexplore.ieee.org/document/7536539/) of transactional causal+ consistency based on [CRDTs](https://crdt.tech).

More information:

- [Antidote website](https://www.antidotedb.eu)
- [Documentation](https://antidotedb.gitbook.io/documentation)

Antidote is the reference platform of the [SyncFree](https://syncfree.lip6.fr/) and the [LightKone](https://www.lightkone.eu/) european projects.

## Contributing

See the [Community Guidelines](https://github.com/electric-sql/meta) including the [Guide to Contributing](https://github.com/electric-sql/meta/blob/main/CONTRIBUTING.md) and [Contributor License Agreement](https://github.com/electric-sql/meta/blob/main/CLA.md).

## Support

We have an [open community Discord](https://discord.gg/B7kHGwDcbj). If you’re interested in the project, please come and say hello and let us know if you have any questions or need any help or support getting things running.