api-guidelines VS Sieve

Compare api-guidelines vs Sieve and see what are their differences.

api-guidelines

Microsoft REST API Guidelines (by microsoft)

Sieve

⚗️ Clean & extensible Sorting, Filtering, and Pagination for ASP.NET Core (by Biarity)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
api-guidelines Sieve
15 14
22,342 1,136
0.4% -
9.0 0.0
6 days ago 4 months ago
C#
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
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.

api-guidelines

Posts with mentions or reviews of api-guidelines. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-20.

Sieve

Posts with mentions or reviews of Sieve. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-31.
  • API filtering, pagination and sorting
    4 projects | /r/dotnet | 31 Jan 2023
  • Why Microsoft is not pushing hard on OData in rescent .net versions?
    3 projects | /r/dotnet | 23 Nov 2022
    https://github.com/Biarity/Sieve Sieve is a simple, clean, and extensible framework for .NET Core that adds sorting, filtering, and pagination functionality out of the box. Most common use case would be for serving ASP.NET Core GET queries.
    3 projects | /r/dotnet | 23 Nov 2022
    short of using graphql, this is as good as you'll get https://github.com/Biarity/Sieve
  • Extending IQueryable for very long and specific query
    2 projects | /r/dotnet | 22 Jun 2022
    For complex queries like this, you don't have a ton of choices. You could use Sieve (https://github.com/Biarity/Sieve) in lieu of your current implementation. I use it specifically in situations to handle filtering/paging/sorting, not as a general way to access data. Most of the time I write an underlying DB view and hook that up to a keyless entity and allow Sieve to do the actual filtering.
  • Dynamically building Linq queries
    6 projects | /r/csharp | 25 Mar 2022
    If you're using EF, you can use https://github.com/Biarity/Sieve
  • What patterns, libraries do you use to enable robust search APIs?
    2 projects | /r/csharp | 29 Jan 2022
    My ideal vision is some higher level library that provides the DSL and parsing, and provides a way to either output Expressions for use with IQueryables or some other implementation to inject it into hand-written SQL queries. I have no clue if such a thing is even possible. I've found Sieve and DapperQueryBuilder. It seems like DapperQueryBuilder would support such a use case, using the Fluent API and conditionally adding Selects, Order By, Where, etc. Have you explored something similar? What did you find?
  • Library for Filtering/Sorting/Pagination Microsoft Style
    3 projects | /r/dotnet | 30 Mar 2021
    Closest I've found it Sieve, but it requires such heavy modification that I basically have to re-write it.
  • Come discuss your side projects! [January 2021]
    10 projects | /r/csharp | 31 Dec 2020
    I recently released the first non-alpha version of my port of a little known library for sorting, filtering and pagination for .NET Core called "Sieve". My version "Strainer" (how original, I know) adds more functionalities, improves overall adjustability and maintainability. Some highlights:

What are some alternatives?

When comparing api-guidelines and Sieve you can also consider the following projects:

google.aip.dev - API Improvement Proposals. https://aip.dev/

CliWrap - Library for running command-line processes

Console Framework - Cross-platform toolkit for easy development of TUI applications.

free-for-dev - A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev

ReadLine - A Pure C# GNU-Readline like library for .NET/.NET Core

OpenAPI-Specification - The OpenAPI Specification Repository

NFlags - Simple yet powerfull library to made parsing CLI arguments easy. Library also allow to print usage help "out of box".

CommandDotNet - A modern framework for building modern CLI apps

SharpNetSH - A simple netsh library for C#

spectre.console - A .NET library that makes it easier to create beautiful console applications.

Swashbuckle.AspNetCore - Swagger tools for documenting API's built on ASP.NET Core

awesome-rest - A collaborative list of great resources about RESTful API architecture, development, test, and performance