-
Notifications
You must be signed in to change notification settings - Fork 3k
Add datalogic-rs, dataflow-rs, and datafake-rs to Awesome Rust #2069
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This PR adds three high-performance Rust libraries to the Awesome Rust list: - **datalogic-rs** — High-performance, type-safe JSONLogic evaluation engine in Rust, ideal for business rules and dynamic filtering. Repo: https://github.com/GoPlasmatic/datalogic-rs - **dataflow-rs** — Event-driven, code-defined workflow orchestration engine in Rust for building high-performance data pipelines. Repo: https://github.com/GoPlasmatic/dataflow-rs - **datafake-rs** — High-performance JSON mock-data generator in Rust for fast and flexible test-data generation. Repo: https://github.com/GoPlasmatic/datafake-rs These libraries are designed with performance and developer productivity in mind, and they complement the Rust ecosystem in expression evaluation, workflow orchestration, and test-data generation.
In order to attempt to be as fair as we can with the process regarding additions of new projects we're using external popularity metrics to guide this. Our current standards are at least one of: a minimum of 50 stars on Github; 2000 downloads for projects with published crates; or equivalent values in other areas (e.g. downloads in other places, star-type popularity in other repositories). Unfortunately the project you've submitted doesn't reach any of these thresholds. If you think that we've miscounted or there is another public metric that you think we should take into account, then please re-open this PR and detail where else we should be looking. |
They don't all pass the thresholds, and the alphabetical sorting hasn't been done. Please split this up! |
- **datalogic-rs** — High-performance, type-safe JSONLogic evaluation engine in Rust, ideal for business rules and dynamic filtering. Repo: https://github.com/GoPlasmatic/datalogic-rs Crate has 63K downloads: https://crates.io/crates/datalogic-rs
I've limited the PR to only datalogic-rs library, that has 63K downloads (https://crates.io/crates/datalogic-rs) and is actively used in CNCF project (OpenFeature Flagd SDK). |
Please add a link to the crates as per other entries so we can pickup those numbers |
Added crates link in the description
I've added the crate link in the description section. Thanks |
Fixed template mismatch.
Hi @palfrey , I believe I've followed the documented template exactly, but still getting the below error
|
See the line before |
Fixed the '-' issue.
Sorry for the confusion. description was AI generated and my eye couldn't catch it before. |
This PR adds three high-performance Rust libraries to the Awesome Rust list:
datalogic-rs — High-performance, type-safe JSONLogic evaluation engine in Rust, ideal for business rules and dynamic filtering. Repo: https://github.com/GoPlasmatic/datalogic-rs
dataflow-rs — Event-driven, code-defined workflow orchestration engine in Rust for building high-performance data pipelines. Repo: https://github.com/GoPlasmatic/dataflow-rs
datafake-rs — High-performance JSON mock-data generator in Rust for fast and flexible test-data generation. Repo: https://github.com/GoPlasmatic/datafake-rs
These libraries are designed with performance and developer productivity in mind, and they complement the Rust ecosystem in expression evaluation, workflow orchestration, and test-data generation.