dotnetcore/AgileConfig
基于.NET Core开发的轻量级分布式配置中心 / .NET Core lightweight configuration server observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 98
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 20
- age_days: 2766
- days_rel: 15
- days_push: 7
- n_releases_24m: 22
Adoption not part of the score
1620 stars · 322 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
AgileConfig is a lightweight distributed configuration center built on .NET Core, deployable via Docker or IIS, with a management UI and clients for many languages. It pushes configuration changes to clients in real time and can double as a simple service registry.
Use cases
- manage microservice configs from a central server
- push config changes to services in real time without restarts
- self-host an alternative to Apollo or Spring Cloud Config for .NET apps
- roll back configuration versions after a bad deploy
- manage configs across dev, test, and production environments
- register and discover services with a lightweight registry
- control who can edit configs with role-based permissions
When to choose
- you run .NET Core microservices and want IConfiguration/IOptions integration out of the box
- you need a simple, easy-to-deploy config center instead of heavyweight options like Apollo or Nacos
- you want multi-language clients (Java, Go, Python, Node, Rust) for a polyglot stack
- you need real-time config updates, versioning, and rollback with minimal setup
When to avoid
- you only need static appsettings. files with no dynamic updates
- you require a full-featured platform with built-in service governance,熔断, or metrics beyond OpenTelemetry export
- your stack has no client for your language and you cannot use the REST API
- you need Kubernetes-native config (ConfigMaps/Operators) rather than a standalone server
Facets
service · maturity active
configuration-management http-server websocket webhook auth monitoring microservices backend self-hosted developer-tools dotnet self-hosted cross-platform configuration-center distributed-config service-registry sso opentelemetry ioptions devops docker web-server
1 source
- readme: https://github.com/dotnetcore/AgileConfig · fetched 2026-08-28 · ea15f62e4c1b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dotnetcore/AgileConfig | main | 99 |
For agents
markdown · JSON · MCP: product_card(name="dotnetcore/AgileConfig")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem