- Ben Hur Faria Reis
- Filipe Silveira Chaves
- Thiago Monteles de Sousa
- Felipe Aguiar Costa
- João Paulo Rocha
Context: In the context of database replication, strong consistency or eventual consistency approaches offer different guarantees, where in some cases, one or the other is more recommended. In this sense, the project aims to create a replicated database so that both consistency approaches are implemented, and based on usage, the user can choose which one they prefer to use.
Objectives:
- Develop an edge-replicated database that offers both strong consistency and eventual consistency.
- Explore the use of techniques such as Conflict-free Replicated Data Types (CRDT) to ensure eventual consistency.
- Use the Raft algorithm to ensure strong consistency.
- Provide users with the ability to select the consistency approach that best suits their needs and the context of use of the replicated database.
- Literature review: (ALL)
- Preparation of internal presentations on consistency methods: (ALL)
- Decision on consistency methods: (ALL)
- Development of an architectural scheme of communication and data: (ALL)
- Coding of a replicated database: (Felipe Aguiar, Ben Hur)
- Coding of the CRDT protocol: (Felipe Aguiar)
- Coding of the RAFT protocol: (Filipe Chaves, João Paulo)
- Coding of a node state viewer: (Thiago, Ben Hur)
- Coding of the final aggregator of protocols and replicated database