SaaSHub helps you find the best software and product alternatives Learn more →
Top 8 Erlang HTTP Projects
-
-
CouchDB
Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
Apache CouchDB belongs to the family of NoSQL databases. It is a document store with a strong focus on replication and reliability. One of the most significant differences between CouchDB and a relational database (besides the absence of tables and schemas) is how you query data. Relational databases allow their users to execute arbitrary and dynamic queries via SQL. Each SQL query may look completely different than the previous one. These dynamic aspects are significant for use cases where you work exploratively with your dataset but don't matter as much in a web context. Additionally, defining an index for a specific table is optional. Most developers will define indices to boost performance, but the database does not require it.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
Once the project is created, open up mix.exs. We will add tesla my goto HTTP client and hackney to use as an adapter. In the deps section add.
-
-
-
Project mention: KATT (Klarna API Testing Tool) Is an HTTP-Based API Testing Tool for Erlang | news.ycombinator.com | 2022-11-25
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
Erlang HTTP related posts
- Erlang: The coding language that finance forgot
- KATT (Klarna API Testing Tool) Is an HTTP-Based API Testing Tool for Erlang
- How would you implement online offline db sync?
- What global databases are exist?
- Ask HN: How do you handle global web scale?
- It's it possible to connect CouchDB to ldap for auth?
- How to create an Erlang rebar3 release derivation with dependencies?
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f1610c0e608>
www.saashub.com | 24 Mar 2023
Index
What are some of the best open-source HTTP projects in Erlang? This list will help you:
Project | Stars | |
---|---|---|
1 | cowboy | 6,892 |
2 | CouchDB | 5,641 |
3 | hackney | 1,267 |
4 | gun | 835 |
5 | cowlib | 258 |
6 | katt | 116 |
7 | rest | 79 |
8 | lhttpc | 1 |