Ooze VS QueryKit

Compare Ooze vs QueryKit and see what are their differences.

Ooze

This package provides simple mechanism for applying filters, sorters, paging to your IQueryable<T> queries. (by DenisPav)

QueryKit

🎛️ QueryKit is a .NET library that makes it easier to query your data by providing a fluent and intuitive syntax for filtering and sorting. (by pdevito3)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Ooze QueryKit
1 1
11 134
- -
8.0 8.2
about 1 month ago 21 days ago
C# C#
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Ooze

Posts with mentions or reviews of Ooze. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-01.
  • I made a new filtering library for .NET projects
    7 projects | /r/dotnet | 1 May 2023
    Awesome little project you got going on there :) , I've done something similar with Ooze and extracted it to Ooze.Query later. I need to push them to nuget also when I catch some time (I jump back to it from time to time when I have some free space). Cool to see another person using parser construction libs. I see you used Sprache, I went for SuperPower for this situation.

QueryKit

Posts with mentions or reviews of QueryKit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-01.
  • I made a new filtering library for .NET projects
    7 projects | /r/dotnet | 1 May 2023
    The new project is called QueryKit and I put up the first release for it yesterday. It has a solid foundation with a good bit of test coverage, but I add a few more things and dogfood it a bit before I push it to a stable v1.

What are some alternatives?

When comparing Ooze and QueryKit you can also consider the following projects:

Superpower - A C# parser construction toolkit with high-quality error reporting

System.Linq.Dynamic.Core - The .NET Standard / .NET Core version from the System Linq Dynamic functionality.

QueryR - Ad-Hoc querying library for .Net

Ooze.Query - This package enables usage of Readable Queries on IQueryable<T> instances. This is a concept where you can write actual expression as a string representation for filtering.