Top 6 Haskell Distributed System Projects
-
I recall hearing about this a while back, and how the team at Meta has implemented a hotswapping mechanism to deploy new rules, without redeploying the entire executable.
Unfortunately, I have never seen hotswapping of Haskell code anywhere else. All I can find is this library [0] by Simon Marlow [0].
Together with Cloud Haskell [1], hotwapping would allow to create pretty flexible distributed systems à la Erlang/OTP.
[0]: https://hackage.haskell.org/package/ghc-hotswap
[1]: https://github.com/haskell-distributed/distributed-process
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
hstream
HStreamDB is an open-source, cloud-native streaming database for IoT and beyond. Modernize your data stack for real-time applications. (by hstreamdb)
-
-
-
Haskell Distributed Systems discussion
Haskell Distributed Systems related posts
Index
What are some of the best open-source Distributed System projects in Haskell? This list will help you:
# | Project | Stars |
---|---|---|
1 | distributed-process-tests | 727 |
2 | hstream | 722 |
3 | ron-rdt | 65 |
4 | crdt | 43 |
5 | transient-universe-tls | 2 |
6 | cloudi | 1 |