Netflix/archaius
Library for configuration management API observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 95
- Release rhythm 74
- 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: 31.5
- age_days: 5228
- days_rel: 92
- days_push: 35
- n_releases_24m: 9
Adoption not part of the score
2495 stars · 475 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Archaius is a Java configuration management library that unifies static and dynamic configuration sources into a single API. It supports lock-free property reads, composite configuration layering, and runtime property updates without application restarts.
Use cases
- manage application configuration in Java services
- update config values at runtime without restarting the app
- layer multiple config sources with override precedence
- load properties files with cascading context overrides
- react to configuration changes with change handlers
- integrate config with dependency injection like Guice
When to choose
- you need dynamic, hot-reloading configuration in a JVM application
- you want to combine multiple configuration sources into one composite view
- you're building Netflix OSS-style microservices on the JVM
When to avoid
- you need a simple static config file loader with no dynamic updates
- you're not on the JVM
- you want a config server or centralized config store rather than an embedded library
Facets
library · maturity stable
configuration-management developer-tools backend microservices jvm dynamic-properties netflix runtime-config composite-config java
1 source
- readme: https://github.com/Netflix/archaius · fetched 2026-08-28 · 7e37c3873162
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Netflix/archaius | main | 89 |
For agents
markdown · JSON · MCP: product_card(name="Netflix/archaius")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem