Ross ROSS = Recommend OSS · open-source software intelligence for agents

dotnetcore/sharding-core

high performance lightweight solution for efcore sharding table and sharding database support read-write-separation .一款ef-core下高性能、轻量级针对分表分库读写分离的解决方案,具有零依赖、零学习成本、零业务代码入侵 observed · 2026-08-28

github.com/dotnetcore/sharding-core · homepage · C# · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

87/100

  • Activity 94
  • Release rhythm 71
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 159
  • age_days: 2046
  • days_rel: 36
  • days_push: 36
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

1285 stars · 182 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

ShardingCore is a high-performance, lightweight .NET library that adds table sharding, database sharding, and read-write separation to Entity Framework Core. It works by extending DbContext so existing business code requires no changes, with zero dependencies beyond EF Core itself.

Use cases

  • shard large tables in ef core
  • split database across multiple servers with ef core
  • add read-write separation to entity framework core
  • scale out postgres or mysql tables by date with efcore
  • add sharding to existing .net app without changing business code
  • multi-tenant database routing in ef core

When to choose

  • you use EF Core and need table or database sharding with minimal code changes
  • you want read-write separation across replicas in a .NET application
  • you need multi-tenant routing or date-based table partitioning on .NET

When to avoid

  • your project does not use Entity Framework Core
  • you need sharding for non-.NET stacks or ORMs other than EF Core
  • you need a fully managed distributed database rather than an application-level sharding layer

Facets

library · maturity active

orm database routing databases backend developer-tools dotnet cross-platform efcore sharding read-write-separation sharding-table sharding-database multi-tenant

2 sources

Member repositories

RepositoryRoleHealth v2
dotnetcore/sharding-coremain87

For agents

markdown · JSON · MCP: product_card(name="dotnetcore/sharding-core")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem