finch
Elixir HTTP client, focused on performance (by sneako)
Crawly
Crawly, a high-level web crawling & scraping framework for Elixir. (by oltarasenko)
finch | Crawly | |
---|---|---|
5 | 2 | |
1,280 | 989 | |
- | 0.9% | |
6.7 | 7.0 | |
13 days ago | 3 months ago | |
Elixir | Elixir | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
finch
Posts with mentions or reviews of finch.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-05-02.
-
Notes on streaming downloads with progress in Elixir
We will use the Req library, a superset of Finch, which is itself a superset of Mint.
- How to implement a disk cache plugin for Elixir's Req HTTP client?
-
Taming the Time: how to install & develop with XTDB
However, not every Elixir’s HTTP client supports sending requests using HTTP2 - so we have to search for another option rather than using HTTPoison that we widely use in other projects. We’ve decided to go with Finch, as apart from supporting HTTP2 it also focuses on performance and provides telemetry support out of the box - which we’ve found very useful for tracing and debugging purposes.
- ElixirのHTTPクライアントでお天気情報を取得したい(2022年)
Crawly
Posts with mentions or reviews of Crawly.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-06.
- Crawly – Elixir web scraping framework
-
Squirm - This was the night of the crawling terror!
I would say that the usage of Squirm is for crawling purposes and it is a close analogue of https://github.com/elixir-crawly/crawly
What are some alternatives?
When comparing finch and Crawly you can also consider the following projects:
mint - Functional HTTP client for Elixir with support for HTTP/1 and HTTP/2 🌱
Crawler - A high performance web crawler / scraper in Elixir.
gun - HTTP/1.1, HTTP/2, Websocket client (and more) for Erlang/OTP.
scrape - Scrape any website, article or RSS/Atom Feed with ease!
httprot - Prot prot prot.
etag_plug - A simple to use shallow ETag plug
yuri - Elixir module for easier URI manipulation.
ivar - Ivar is an adapter based HTTP client that provides the ability to build composable HTTP requests.
http_proxy - http proxy with Elixir. wait request with multi port and forward to each URIs
sparql_client - A SPARQL client for Elixir