mrcon 0.1.0

MongoDB to RabbitMQ connector library for streaming change events
Documentation
1
2
3
4
5
6
pub mod config;
pub mod metrics;
pub mod mongo;
pub mod rabbitmq;
pub mod server;
pub use server::Server as ConnectorServer;