Fuse Alternatives
Similar projects and alternatives to fuse
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
tesla
The flexible HTTP client library for Elixir, with support for middleware and multiple adapters.
-
dataframe
Package providing functionality similar to Python's Pandas or R's data.frame() (by JordiPolo)
-
fuse discussion
fuse reviews and mentions
-
When "letting it crash" is not enough
Indeed. I do wish there were a few more "extras" in OTP, because "let it crash" needs some more details in some circumstances.
For instance if you have a system with a user interface and some various components, like say, a database, and the database becomes unavailable, you don't want the entire system to crash. You want it to display an error message to the user and maybe go into some kind of diagnostic mode or other "things are not normal" state.
Something like https://github.com/jlouis/fuse is one approach.
-
Elixir for Cynical Curmudgeons
> If you configure it well (the defaults are not always optimal) you can have your invisible mesh of services survive extended outages of the 3rd party APIs it depends on.
This is something that annoyed me a bit with OTP. The basic strategies aren't really enough for that, so you need something like https://github.com/jlouis/fuse
I wrote something like that myself, but it hasn't seen a ton of use: https://github.com/davidw/hardcore
Stats
jlouis/fuse is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of fuse is Erlang.