Skip to content

ykchong45/rust-pubsub-nodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rust-pubsub-nodes

Processing nodes with pub/sub system in Rust

This Rust framework is designed for real-time data stream processing with ZeroMQ. In this framework, a "node" acts as a processing unit that can receive input from a subscriber or publish its output through a publisher.

It also contains Rust code template for common use case reference such as threadInStructWithDrop.

Build and Run

cargo run --bin zmq

cargo run --bin pipeAndZmq

cargo run --bin threadInStructWithDrop

About

Processing nodes with pub/sub system in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages