Skip to content

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

Merged
merged 5 commits into from
Aug 17, 2025

Conversation

codetiger
Copy link
Contributor

This PR adds three high-performance Rust libraries to the Awesome Rust list:

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.

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.
@palfrey
Copy link
Collaborator

palfrey commented Aug 14, 2025

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.

@palfrey palfrey closed this Aug 14, 2025
@palfrey palfrey reopened this Aug 14, 2025
@palfrey
Copy link
Collaborator

palfrey commented Aug 14, 2025

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
@codetiger
Copy link
Contributor Author

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).

@palfrey
Copy link
Collaborator

palfrey commented Aug 15, 2025

Please add a link to the crates as per other entries so we can pickup those numbers

Added crates link in the description
@codetiger
Copy link
Contributor Author

I've added the crate link in the description section. Thanks

Fixed template mismatch.
@codetiger
Copy link
Contributor Author

codetiger commented Aug 16, 2025

Hi @palfrey , I believe I've followed the documented template exactly, but still getting the below error

Error: Item does not match the template: "GoPlasmatic/datalogic-rs [datalogic-rs] — High-performance, type-safe JSONLogic evaluation engine in Rust, ideal for business rules and dynamic filtering.". See https://github.com/rust-unofficial/awesome-rust/blob/main/CONTRIBUTING.md#tldr

@palfrey
Copy link
Collaborator

palfrey commented Aug 16, 2025

See the line before [2025-08-16T07:25:41Z WARN awesome_rust] "GoPlasmatic/datalogic-rs [datalogic-rs] — High-performance, type-safe JSONLogic evaluation engine in Rust, ideal for business rules and dynamic filtering." uses a '—' hyphen, not the '-' hyphen and we enforce the use of the latter one

Fixed the '-' issue.
@codetiger
Copy link
Contributor Author

Sorry for the confusion. description was AI generated and my eye couldn't catch it before.

@palfrey palfrey merged commit 3cb802b into rust-unofficial:main Aug 17, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants