finagle/finch
Scala combinator library for building Finagle HTTP services observed · 2026-08-28
Health v2 · maintenance only
42/100
- Activity 42
- Release rhythm 8
- 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: n/a
- age_days: 4523
- days_rel: n/a
- days_push: 353
- n_releases_24m: 0
Adoption not part of the score
1594 stars · 218 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Finch is a thin, purely functional combinator library for building composable HTTP APIs on top of Twitter's Finagle in Scala. Its core abstraction is Endpoint[A], with modules for JSON codecs (circe, argonaut), streaming (fs2), and testing support.
Use cases
- build REST APIs in Scala on Finagle
- define type-safe HTTP endpoints with combinators
- serve JSON endpoints with automatic circe encoding
- build lightweight microservice HTTP servers on the JVM
- compose endpoint routing declaratively
When to choose
- you have an existing Finagle-based Scala codebase
- you want a minimal, close-to-the-metal functional HTTP layer
- you need fine-grained control over Finagle primitives
When to avoid
- starting a new project - Finch and Finagle are no longer maintained
- you want an actively maintained functional Scala HTTP server (use http4s instead)
- you need non-JVM platforms or non-Scala languages
Facets
library · maturity abandoned
web-framework http-server routing serialization web-development backend apis developer-tools jvm cross-platform finagle scala http-api rest circe combinators functional-programming unmaintained
2 sources
- readme: https://github.com/finagle/finch · fetched 2026-08-28 · 1ff3fa7e65e2
- homepage: https://finagle.github.io/finch · fetched 2026-08-29 · 413eed9acdce
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| finagle/finch | main | 42 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem