Real world applications with tagless-final, ReaderT, and three-layers

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
  • effectful

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

  • API for basic usage is very similar, but things quickly go south once you want to use higher order effects (i.e. effects that make use of the m type parameter). A lot of things then become very hard to write due to complex types or outright impossible (this issue is a good example - a reasonable thing to do that is very straightforward to write with effectful, apparently impossible to do with polysemy).

  • PolysemyCleanArchitecture

    Showcasing how the Polysemy library can be used to implement a REST application conforming to the guidelines of the Clean Architecture model.

  • Nice article! Definitely check out this related blog post: https://github.com/thma/PolysemyCleanArchitecture

  • 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

  • What is the best web framework in the statically typed functional programming world?

    2 projects | /r/functionalprogramming | 5 Dec 2023
  • effectful and polysemy users: How do you test? Any of "same as mtl", "novel ways enabled by effects", or "same but more efficiently because..."? Please share experiences

    3 projects | /r/haskell | 11 Apr 2023
  • Koka v3 Released

    1 project | news.ycombinator.com | 14 Jan 2024
  • Koka: A fast functional programming language with algebraic effects

    1 project | news.ycombinator.com | 26 Nov 2023
  • While Learning Haskell Developing Project

    2 projects | /r/haskell | 19 Sep 2023