# Biarity/Sieve

⚗️ Clean & extensible Sorting, Filtering, and Pagination for ASP.NET Core

Repository: https://github.com/Biarity/Sieve
Canonical: https://ross.abutalabs.com/products/sieve
Language: C#
License: NOASSERTION
License Family: other
Topics: sort, filter, pagination, aspnetcore, asp-net-core-mvc, netcore2
Last push: 2024-05-27T20:13:20+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3140, "days_push": 828, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1301, forks 145 (observed 2026-08-28T04:04:17.606480+00:00)

## What it is
Sieve is a .NET Core library that adds sorting, filtering, and pagination to ASP.NET Core APIs, typically applied to Entity Framework queries in GET endpoints. It uses attributes or a fluent API to declare which model properties are sortable and filterable, and processes client-supplied query parameters via a SieveModel.

## Use cases
- add sorting, filtering, and pagination to ASP.NET Core GET endpoints
- let clients sort and filter API results via query parameters
- paginate large Entity Framework query results
- declare filterable and sortable model properties with attributes or a fluent API
- add custom sort and filter methods to API queries

## When to choose
- you're building an ASP.NET Core REST API backed by EF Core and need consistent list-endpoint querying
- you want a lightweight, declarative alternative to hand-writing sort/filter/pagination logic
- you need extensible custom filter/sort behavior per entity

## When to avoid
- you're not on .NET / ASP.NET Core
- you need full-text or fuzzy search rather than simple field filtering
- you want GraphQL-style flexible querying or OData
- the project appears to be in maintenance with limited recent feature development

## Facets
- artifact type: library
- maturity: maintenance
- function: web-framework, middleware, search-engine
- domain: web-development, backend, apis
- platform: dotnet
- tags: aspnetcore, sorting, filtering, pagination, querying, entity-framework, web-server

## Member repositories
- Biarity/Sieve (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:17.606480+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:52:12.956080+00:00, confidence not recorded.
  - readme: https://github.com/Biarity/Sieve (fetched 2026-08-28T04:04:17.606480+00:00, sha 781ab821147d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
