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.
- Host: GitHub
- URL: https://github.com/electric-sql/vaxine
- Owner: electric-sql
- License: apache-2.0
- Created: 2022-01-17T16:49:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T10:02:03.000Z (almost 3 years ago)
- Last Synced: 2025-06-07T02:22:53.904Z (7 months ago)
- Topics: crdts, database, distributed-systems, replication
- Language: Erlang
- Homepage: https://electric-sql.com/docs
- Size: 18.4 MB
- Stars: 123
- Watchers: 14
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

[](https://coveralls.io/github/electric-sql/vaxine?branch=main)
[](./blob/main/LICENSE.md)

# 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.