Stats
Basic oban repo stats
0
1,643
9.0
3 days ago
sorentwo/oban is an open source project licensed under Apache License 2.0 which is an OSI approved license.
Oban Alternatives
Similar projects and alternatives to oban based on common topics and language
-
-
phoenix_live_dashboard
Realtime dashboard with metrics, request logging, plus storage, OS and VM insights
-
Scout APM
Scout APM - Leading-edge performance monitoring starting at $39/month. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts.
Hence, a higher number means a better oban alternative or higher similarity.
Posts
Posts where oban has been mentioned. We have used some of these posts to build our list of alternatives and similar projects - the last one was on 2021-02-09.
-
José Valim Reveals “Project Nx” (Numerical Elixir)
José is an enormous asset to the community and has an influence on many of the marquee projects, but it definitely isn't single-handedly done. He cares about the ecosystem and is very generous with his time and attention.
Anecdotally speaking, he hasn't been hands on with Oban[1], yet he still offers advice and guidance around the project because it is in the Elixir community.
-
Are there any other frameworks that come with a built in admin panel?
We use elixir + phoenix heavily. I find that the promise of not having to rely on the equivalent of redis, celery etc, sometimes to be a dream. As an example, we now use https://github.com/sorentwo/oban as our task queue. Perhaps if your team is experts at designing a robust distributed messaging queue system, you can skip the libraries and roll it yourself. But often I guess it seems easier to use the tools that are out there.