Monad transformer libraries

This page summarizes the projects mentioned and recommended in the original post on /r/haskell

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • monad-alter

    A typeclass for abstracting the backend

  • You are correct. There is much overlap, but what other people have said is true: transformers covers concrete monad transformer stacks, whereas mtl covers typeclass abstractions of the same transformers. mtl typeclasses are final tagless, which are used extensively in DSL implementations. In fact, I wrote a companion library called monad-alter, which encodes many of the same effects in the final tagless style, but without functional dependencies on the monad. With these abstractions, my team has been able to completely decouple business logic from database code, and even refactor seemingly enormous logical components with just a few lines of code

  • effectful

    An easy to use, fast extensible effects library with seamless integration with the existing Haskell ecosystem.

  • FYI, transformers and mtl have several subtle traps. You can read about them here.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The API database architecture – Stop writing HTTP-GET endpoints

    6 projects | news.ycombinator.com | 10 May 2024
  • KMonad: An Advanced Keyboard Manager

    1 project | news.ycombinator.com | 6 May 2024
  • How I switched from Stack to Cabal

    2 projects | dev.to | 5 May 2024
  • IHP – The Haskell Framework for Non-Haskellers

    1 project | news.ycombinator.com | 22 Apr 2024
  • Ask HN: Is there a GUI for bash shell?

    2 projects | news.ycombinator.com | 19 Apr 2024