Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finagle/finch
Scala combinator library for building Finagle HTTP services
https://github.com/finagle/finch
circe finagle finch http json rest scala web
Last synced: about 19 hours ago
JSON representation
Scala combinator library for building Finagle HTTP services
- Host: GitHub
- URL: https://github.com/finagle/finch
- Owner: finagle
- License: apache-2.0
- Created: 2014-04-15T12:17:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T19:28:13.000Z (11 days ago)
- Last Synced: 2024-12-04T21:04:15.873Z (8 days ago)
- Topics: circe, finagle, finch, http, json, rest, scala, web
- Language: Scala
- Homepage: https://finagle.github.io/finch
- Size: 8.71 MB
- Stars: 1,598
- Watchers: 60
- Forks: 221
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Finch is a thin layer of purely functional basic blocks atop of [Finagle][finagle] for
building composable HTTP APIs. Its mission is to provide the developers simple and robust HTTP primitives being as
close as possible to the bare metal Finagle API.Badges
------
[![Scala CI](https://github.com/finagle/finch/actions/workflows/build.yml/badge.svg)](https://github.com/finagle/finch/actions/workflows/build.yml)
[![Coverage Status](https://img.shields.io/codecov/c/github/finagle/finch/master.svg)](https://codecov.io/github/finagle/finch)
[![Gitter](https://img.shields.io/badge/gitter-join%20chat-green.svg)](https://gitter.im/finagle/finch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.finagle/finch-core_2.11.svg)](https://index.scala-lang.org/finagle/finch/finch-core)Standard Modules
----------------
Finch uses multi-project structure and contains of the following _modules_:* [`finch-core`](core) - core classes/functions
* [`finch-generic`](generic) - generic derivation for endpoints
* [`finch-argonaut`](argonaut) - [Argonaut][argonaut] + Finch
* [`finch-circe`](circe) - [Circe][circe] + Finch
* [`finch-iteratee`](iteratee) - [Iteratee][iteratee] + Finch
* [`finch-fs2`](fs2) - [FS2][fs2] + Finch
* [`finch-refined`](refined) - [Refined][refined] + Finch
* [`finch-test`](test) - the test support classes/functionsAdditional Modules
------------------Finch's Github organization has even more modules (these are, however, not published regularly;
reach out if you need published artifacts):* [`finch-jackson`][finch-jackson] - [Jackson][jackson] + Finch
* [`finch-json4s`][finch-json4s] - [JSON4s][json4s] + Finch
* [`finch-playjson`][finch-playjson] - [PlayJson][playjson] + Finch
* [`finch-sprayjson`][finch-sprayjson] - [SprayJson][sprayjson] + Finch
* [`finch-oauth2`][finch-oauth2] - [Finagle OAuth2][finagle-oauth2] + FinchInstallation
------------
Every Finch module is published at Maven Central. Use the following _sbt_ snippet ...```scala
libraryDependencies ++= Seq(
"com.github.finagle" %% "[finch-module]" % "[version]"
)
```Hello World!
------------
This "Hello World!" example is built with just `finch-core`:```scala
import cats.effect.{IO, IOApp}
import io.finch._object Main extends IOApp.Simple with Endpoint.Module[IO] {
override def run: IO[Unit] = {
val api: Endpoint[IO, String] = get("hello") { Ok("Hello, World!") }
Bootstrap[IO].serve[Text.Plain](api).listen(":8080").useForever
}
}
```See [examples](examples/src/main/scala/io/finch) sub-project for more complete examples.
Quickstart
----------Use [finch.g8][finch.g8] template to quickly bootstrap a minimal Finch project:
- `sbt new finch/finch.g8`
- `cd helloworld`
- `sbt run`
- `curl http://localhost:8081/hello`Performance
-----------We use [wrk][wrk] to load test [Finch+Circe][finch-bench] against [Finagle+Jackson][finagle-bench]
to get some insight on how much overhead, an idiomatic Finch application written in a purely
functional way, involves on top of Finagle/Jackson. The results are quite impressive (for a pre-1.0
version): Finch performs on **95% of Finagle's throughput**.Here is the first three runs of the benchmark on 2013 MB Pro (2.8 GHz Intel Core i7 w/ 16G RAM).
| Benchmark | Run 1 | Run 2 | Run 3 |
|-------------------|----------------|----------------|----------------|
| Finagle + Jackson | 29014.68 req/s | 36783.21 req/s | 39924.42 req/s |
| Finch + Circe | 28762.84 req/s | 36876.30 req/s | 37447.52 req/s |Finch is also load tested against a number of Scala HTTP frameworks and libraries as part of the
[TechEmpower benchmark][tempower]. The most recent round showed that Finch performs really well
there, [scoring a second place][finch-is-fast] across all the Scala libraries.Documentation
-------------
* The main documentation is hosted at http://finagle.github.io/finch/
* The documentation source may be found in the [`docs/`](docs/) folder
* The latest Scaladoc is available at http://finagle.github.io/finch/api/Adopters
--------
* [PITS Global Data Recovery Services](https://www.pitsdatarecovery.net/)
* [Despegar](http://www.despegar.com)
* [Earnest](http://meetearnest.com)
* [Globo.com](http://globo.com)
* [Glopart](https://glopart.ru)
* [Hotel Urbano](http://www.hotelurbano.com)
* [Konfettin](http://konfettin.ru)
* [JusBrasil](http://www.jusbrasil.com.br)
* [Sabre Labs](http://sabrelabs.com)
* [Spright](http://spright.com)
* [SoFi](https://www.sofi.com/)
* [Qubit](http://www.qubit.com)
* [QuizUp](http://www.quizup.com)
* [Lookout](http://www.lookout.com)
* [Project September](http://projectseptember.com/)
* [Merit](https://merits.com)
* [D.A.Consortium](http://www.dac.co.jp/english/)
* [Redbubble](https://redbubble.com/)
* [Zalando](https://zalando.de)
* [Rakuten](http://rakuten.co.jp)
* [Threat Stack](https://www.threatstack.com/)
* [RelinkLabs](https://relinklabs.com/)
* *Submit a pull-request to include your company/project into the list*Related Projects
----------------* [Finch Template](https://github.com/redbubble/finch-template): A Redbubble approach to building services with Finch
* [Finch Server](https://github.com/BenWhitehead/finch-server): Finch's integration into TwitterServer
* [Finch Sangria](https://github.com/redbubble/finch-sangria): Finch's GraphQL support
* [Finch Demo](https://github.com/slouc/finch-demo): Community-maintained Finch user guide
* [Finch Rich](https://github.com/akozhemiakin/finchrich): Macro-based controllers for Finch
* [Finch Quickstart](https://github.com/zdavep/finch-quickstart): A skeleton Finch project
* [Finch OAuth2](https://github.com/finch/finch-oauth2): the OAuth2 support backed by the [finagle-oauth2][finagle-oauth2] library
* [Finch Todo Backend](https://github.com/ilya-murzinov/finch-todo-backend): Finch implementation of [todobackend](http://www.todobackend.com/)Contributing
------------
There are plenty of ways to contribute into Finch:* Give it a star
* Join the [Gitter][gitter] room and leave a feedback or help with answering users' questions
* [Submit a PR](CONTRIBUTING.md) (there is an issue label ["easy"](https://github.com/finagle/finch/issues?q=is%3Aopen+is%3Aissue+label%3Aeasy) for newcomers)
* Be cool and wear a [Finch T-Shirt](http://www.redbubble.com/people/vkostyukov/works/13277123-finch-io-rest-api-with-finagle?p=t-shirt)The Finch project supports the [Typelevel][typelevel] [code of conduct][conduct] and wants all of its channels
(Gitter, GitHub, etc.) to be welcoming environments for everyone.Finch is currently maintained by [Vladimir Kostyukov][vkostyukov], [Travis Brown][travisbrown],
[Ryan Plessner][ryan_plessner], and [Sergey Kolbasov][sergey_kolbasov]. After the 1.0 release, all
pull requests will require two sign-offs by a maintainer to be merged.License
-------
Licensed under the **[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)** (the "License");
you may not use this software except in compliance with the License.Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.[gitter]: https://gitter.im/finagle/finch
[finagle]: https://github.com/twitter/finagle
[circe]: https://github.com/circe/circe
[jackson]: https://github.com/FasterXML/jackson
[argonaut]: http://argonaut.io
[finagle-oauth2]: https://github.com/finagle/finagle-oauth2
[json4s]: http://json4s.org
[playjson]: https://www.playframework.com/documentation/2.6.x/ScalaJson
[sprayjson]: https://github.com/spray/spray-json
[iteratee]: https://github.com/travisbrown/iteratee
[refined]: https://github.com/fthomas/refined
[scaladoc]: http://finagle.github.io/finch/docs/#io.finch.package
[typelevel]: http://typelevel.org/
[conduct]: http://typelevel.org/conduct.html
[wrk]: https://github.com/wg/wrk
[finch-bench]: https://github.com/finagle/finch/blob/master/examples/src/main/scala/io/finch/wrk/Finch.scala
[finagle-bench]: https://github.com/finagle/finch/blob/master/examples/src/main/scala/io/finch/wrk/Finagle.scala
[finagle-oauth2]: https://github.com/finagle/finagle-oauth2
[finch.g8]: https://github.com/finch/finch.g8
[tempower]: https://www.techempower.com/benchmarks/#section=data-r12&hw=peak&test=json&l=6bk
[finch-is-fast]: http://vkostyukov.net/posts/how-fast-is-finch/
[finch-jackson]: https://github.com/finch/finch-jackson
[finch-json4s]: https://github.com/finch/finch-json4s
[finch-sprayjson]: https://github.com/finch/finch-sprayjson
[finch-playjson]: https://github.com/finch/finch-playjson
[finch-oauth2]: https://github.com/finch/finch-oauth2
[fs2]: https://github.com/functional-streams-for-scala/fs2
[vkostyukov]: https://twitter.com/vkostyukov
[travisbrown]: https://twitter.com/travisbrown
[ryan_plessner]: https://twitter.com/ryan_plessner
[sergey_kolbasov]: https://twitter.com/sergey_kolbasov