Valter Balegas
Valter Balegas
Replacement for inter-dc zeromq implementation. Provides a library to abstract zeromq communication patterns from inter-dc replication code. Supports ZeroMQ and RabbitMQ and provides an extensible interface. Current implementation was tested...
In certain cases we don't catch SQLite errors and propagate them as they arrive from the database driver. In this task we unify raw SQLite error messages to have a...
Provide a specification of the message delivery patterns we will provide Design considerations: - Subscription modes - Delivery guarantees - Routing strategies
Provide initial subscriptions implementation Break remaining development in phases, based on demo requirements
Provide the design and architecture for the system - Layers APIs - Possible downstream integrations - Subscription modes and update propagation - Durability and resume points
- Add mechanism for acquiring multiple reservations atomically - Add fault-tolerance to the protocol
Implementation of OTP Server application that implements an usable first version of the protocol
Design reservations protocol for obtaining reservations for a transaction execution Design considerations: - Break protocol design in multiple phases, so that we can achieve the requirements for demos fast -...
This an example of a y-provider based on Electric. The code is based on [y-webscocket](https://github.com/yjs/y-websocket/) and the [yjs-demos/codemirror.next](https://github.com/yjs/y-codemirror.next/blob/main/demo/codemirror.js) - [x] Awareness and broadcast across tabs - [x] IDB persistence -...