Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Top 6 Scala Effect Projects
-
I use ZIO (https://zio.dev) and nothing really like it exists on any platform.
You can wrap any computation in a single ZIO object e.g. normal, callback, future, promise etc. Which you can then chain together in different ways e.g. run them in parallel, sequentially, race them against each other and kill the loser, scheduling in elaborate ways etc.
And it will execute this either using normal or virtual threads i.e. fibers without locks so it’s extremely fast.
But the incredible part is that it does all of this whilst seamlessly handling every type of error. Which if you’ve ever written complex concurrent code is extremely hard to get right.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
Sidebar\ As we discover later on, we can use other data types like Try from the standard Scala library or IO from a 3rd party library Cats Effect. As mentioned before, an effect is a container with capabilities: -
-
-
-
-
Scala Effects discussion
Scala Effects related posts
-
Looking at A Monad Through An Example
-
Why actors are a great fit for a data processing pipeline and how we use them for Quickwit's engine
-
What the imperative shell of an Functional Core/Imperative Shell language looks like
-
A question about Http4s new major version
-
How to build a Scala Zio CRUD Microservice
-
Is continuation passing style conversion still used as an intermediate language?
-
The Registers of Rust - Without boats, dreams dry up
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 17 Apr 2025