LOADING

Papers & Publications

code gallery

DLT's Open source Journey

You just landed at our Code Gallery – a curated showcase of innovation in action. Here, we offer a glimpse into the sophisticated technology powering our solutions by sharing carefully selected code snippets from our development journey. Each piece of code represents a building block of our larger vision for decentralized solutions. Our gallery demonstrates our commitment to clean, efficient, and innovative coding practices.

Note: All code samples are carefully selected to protect proprietary information while meaningfully demonstrating our technical capabilities and coding standards.

Decentral Technologies

This is the nix derivation we use to build our backend services.

Decentral Technologies

Implementation of a CDC (Change Data Capture) runner that:

What the code does:

1. Creates a Kafka producer for sending change events
2. Spawns multiple database listeners in parallel – one for each configured database
3. Each listener monitors its database for changes and forwards them to Kafka
4. Uses a shutdown signal to gracefully stop all listeners when needed
5. Tracks the status of each listener and logs their completion or failure