Crates.io | quick_stream |
lib.rs | quick_stream |
version | 0.1.3 |
source | src |
created_at | 2024-07-05 13:41:50.199178 |
updated_at | 2024-07-17 20:16:05.789779 |
description | Quick Stream is a Rust-based solution designed to efficiently handle data upsert operations with a focus on performance and scalability. Utilizing asynchronous programming and a dynamic sender-receiver model, Quick Stream aims to streamline the process of synchronizing large datasets with minimal overhead. |
homepage | https://github.com/uratne/quick-stream |
repository | https://github.com/uratne/quick-stream |
max_upload_size | |
id | 1292756 |
size | 163,629 |
This library is available as a crate on crates.io. You can include it in your Cargo.toml
:
git clone https://github.com/uratne/quick-stream
cd quick_sync
cargo test --lib
See the ROADMAP
More Unit Tests Are Always welcome
Some simple examples have been given as a guide
For multi tables I have used a composite structure to handle all the tables, It would be nicer if It was done by defining another trait. For my use case this is enough. So I stop here for now. Maybe in future I'll fix this. If someone is willing to help out with this, your help is much appriciated.