Skip to main content

Chaski Confluent

Project description

Developed by Yeison Nolberto Cardona Álvarez, MSc.
Andrés Marino Álvarez Meza, PhD.
César Germán Castellanos Dominguez, PhD.
Digital Signal Processing and Control Group | Grupo de Control y Procesamiento Digital de Señales (GCPDS)
Universidad Nacional de Colombia sede Manizales


Chaski Confluent

Chaski-Confluent is an advanced distributed communication framework designed to streamline data exchange between nodes over TCP/IP networks. It features robust node discovery, efficient message handling, dynamic pairing based on subscription topics, and extends functionality with remote interactions, ensuring resilience and flexibility in complex network topologies.

GitHub top language PyPI - License PyPI PyPI - Status PyPI - Python Version GitHub last commit CodeFactor Grade Documentation Status

The project aims to provide a reliable and scalable solution for distributed systems, addressing the challenges of latency management, subscription routing, remote method invocation, and connection stability. With Chaski-Confluent, developers can easily build and maintain efficient communication protocols in their distributed applications.

Chaski-Confluent is a comprehensive solution to the challenges of distributed systems. Built with robustness and scalability in mind, it leverages advanced networking techniques to facilitate data exchange between nodes. Its architecture allows for dynamic scaling, maintaining communication efficiency without compromising performance as the network grows. This makes Chaski-Confluent an ideal choice for resilient and scalable distributed applications that need to adapt to changing conditions and workloads.

One of the standout features of Chaski-Confluent is its support for both TCP and UDP protocols. This dual-protocol capability ensures that developers can choose the most appropriate method for their specific use cases. Additionally, the sophisticated node discovery mechanism and intelligent subscription-based message routing enable the creation of dynamic network topologies where nodes can communicate effortlessly. These features, along with effective latency management and remote method invocation, position Chaski-Confluent as a powerful tool for developing modern distributed systems.

Main Features of Chaski Confluent

The Chaski-Confluent framework provides various powerful features that make it suitable for managing distributed systems. Here are some of the key features:

TCP and UDP Communication: Chaski Confluent supports both TCP and UDP protocols, allowing for reliable and timely message delivery between nodes. The framework ensures efficient data transfer irrespective of the underlying network conditions.

Node Discovery and Pairing: Automatic discovery of nodes based on shared subscription topics is a crucial feature. Chaski Confluent facilitates the pairing of nodes with common interests, making it easy to build dynamic and scalable network topologies.

Ping and Latency Management: The framework includes built-in mechanisms for measuring latency between nodes through ping operations. This helps in maintaining healthy connections and ensures that communication within the network is optimal.

Subscription Management: Nodes can subscribe to specific topics, and messages are routed efficiently based on these subscriptions. This allows for effective communication and data exchange only with relevant nodes.

Keep-alive and Disconnection Handling: Chaski Confluent ensures that connections between nodes remain active by implementing keep-alive checks. If a connection is lost, the framework handles reconnection attempts gracefully to maintain network integrity.

Remote Method Invocation: The Chaski Remote class enables remote method invocation and interaction across distributed nodes. Nodes can communicate transparently, invoking methods and accessing attributes on remote objects as if they were local.

Security: Implement robust security measures to protect data and ensure safe communication between the nodes. Features like encryption and authentication are essential to safeguarding the integrity of the network. For example, you can set up a Certificate Authority (CA) within your network to manage SSL certificates and ensure encrypted communication.

Flexible Configuration: The framework offers a flexible configuration system, allowing users to customize various parameters such as timeouts, retry intervals, and buffer sizes. This adaptability helps in optimizing the performance according to specific requirements.

Logging and Monitoring: Comprehensive logging and monitoring capabilities are integrated into the framework, providing real-time insights into the network activity and performance metrics. This aids in troubleshooting and maintaining the health of the system.

Chaski-Confluent components

Chaski Node

The Chaski_ Node is an essential component of the Chaski-Confluent system. It is responsible for initiating and managing network communication between distributed nodes. This class handles functions such as connection establishment, message passing, node discovery, and pairing based on shared subscriptions.

Chaski Streamer

The Chaski-Streamer extends the functionality of Chaski-Node by introducing asynchronous message streaming capabilities. It sets up an internal message queue to manage incoming messages, allowing efficient and scalable message processing within a distributed environment. The ChaskiStreamer can enter an asynchronous context, enabling the user to stream messages using the async with statement. This allows for handling messages dynamically as they arrive, enhancing the responsiveness and flexibility of the system.

Chaski Remote

The Chaski-Remote class enhances the Chaski-Node functionality by enabling remote method invocation and interaction across distributed nodes. It equips nodes with the ability to communicate transparently, invoking methods and accessing attributes on remote objects as if they were local. This is achieved by utilizing the Proxy class, which wraps around the remote objects and provides a clean interface for method calls and attribute access.

Asynchronous Communication Architecture

The core functionalities of Chaski-Confluent revolve around efficient and scalable communication mechanisms integral to modern distributed systems. Central to its architecture is the use of the Python asyncio library, which facilitates asynchronous programming to manage concurrent connections without the overhead of traditional threading models. This allows for high-performance message handling and real-time node interactions, optimizing the framework for low-latency and responsive communication.

In implementing Chaski-Confluent, leveraging asyncio ensures that tasks such as node discovery, subscription management, and remote method invocation are carried out efficiently. Asynchronous programming enables the framework to handle multiple network operations simultaneously, maintaining high throughput and scalability even under heavy network loads. The integration of asyncio thus provides a robust foundation for building dynamic and resilient distributed systems, ensuring seamless and efficient data exchange across nodes.

Certification Authority

Certification Authority (CA) is crucial for securing communications within the Chaski-Confluent framework. By acting as a trust anchor, CA issues and manages digital certificates, ensuring that nodes in the network can verify each other's identities. This mechanism helps to maintain the integrity and confidentiality of the data being exchanged.

The CA in Chaski-Confluent can generate, sign, and distribute SSL certificates, providing a robust security layer. This ensures that all communication between nodes is encrypted and authenticated, significantly reducing the risk of data breaches or unauthorized access.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chaski_confluent-0.1a5.tar.gz (57.9 kB view details)

Uploaded Source

Built Distribution

chaski_confluent-0.1a5-py3-none-any.whl (59.7 kB view details)

Uploaded Python 3

File details

Details for the file chaski_confluent-0.1a5.tar.gz.

File metadata

  • Download URL: chaski_confluent-0.1a5.tar.gz
  • Upload date:
  • Size: 57.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.1.dev0+g94f810c.d20240510 CPython/3.12.5

File hashes

Hashes for chaski_confluent-0.1a5.tar.gz
Algorithm Hash digest
SHA256 a13a1250dbacd9f2f2f596ea50567ee80efd6e8a28ff6648eb35767bfe084873
MD5 06d2f2afd845ee965cc9671bec15d2d0
BLAKE2b-256 a7bef3741353d812f9fd19f7346a36a091e9b87762646f2c53fce78202c6c15f

See more details on using hashes here.

File details

Details for the file chaski_confluent-0.1a5-py3-none-any.whl.

File metadata

  • Download URL: chaski_confluent-0.1a5-py3-none-any.whl
  • Upload date:
  • Size: 59.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.1.dev0+g94f810c.d20240510 CPython/3.12.5

File hashes

Hashes for chaski_confluent-0.1a5-py3-none-any.whl
Algorithm Hash digest
SHA256 332ece81d2cca4702ec9bd0ae96f474e6bab05e66187f3aa2492402547d123bf
MD5 fdd4fcac90ef1f6102f3f8704636f4f6
BLAKE2b-256 ba0677b4337e7f791c69a71f77b6c204191441aeb322b42c73ac2c3dd612e3be

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page