atelier-core: Foundational Effectful-based effects and utilities

[ control, library, mit ] [ Propose Tags ] [ Report a vulnerability ]

Core effects and utilities for effect-based applications, built on Effectful — part of the atelier toolkit.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies aeson (>=2.2 && <2.3), atelier-prelude (>=0.1 && <0.2), base (>=4.20 && <4.21), base64-bytestring (>=1.2 && <1.3), bytestring (>=0.12 && <0.13), casing (>=0.1 && <0.2), containers (>=0.7 && <0.8), contra-tracer (>=0.2 && <0.3), daemons (>=0.4 && <0.5), data-default (>=0.8 && <0.9), directory (>=1.3 && <1.4), effectful (>=2.6 && <2.7), effectful-core (>=2.6 && <2.7), effectful-plugin (>=2.0 && <2.1), effectful-th (>=1.0 && <1.1), filepath (>=1.5 && <1.6), fsnotify (>=0.4 && <0.5), hs-opentelemetry-api (>=0.3 && <0.4), hs-opentelemetry-exporter-otlp (>=0.1 && <0.2), hs-opentelemetry-sdk (>=0.1 && <0.2), http-api-data (>=0.7 && <0.8), http-types (>=0.12 && <0.13), ki (>=1.0 && <1.1), list-t (>=1.0 && <1.1), optparse-applicative (>=0.19 && <0.20), process (>=1.6 && <1.7), prometheus-client (>=1.1 && <1.2), prometheus-metrics-ghc (>=1.0 && <1.1), stm (>=2.5 && <2.6), stm-containers (>=1.2 && <1.3), text (>=2.1 && <2.2), time (>=1.12 && <1.13), time-units (>=1.0 && <1.1), typed-process (>=0.2 && <0.3), unagi-chan (>=0.4 && <0.5), unix (>=2.8 && <2.9), unordered-containers (>=0.2 && <0.3), uuid (>=1.3 && <1.4), wai (>=3.2 && <3.3), warp (>=3.4 && <3.5) [details]
License MIT
Author Christian Georgii
Maintainer christian.georgii@tweag.io
Uploaded by cgeorgii at 2026-06-04T22:21:00Z
Category Control
Home page https://github.com/atelier-hub/tricorder#readme
Bug tracker https://github.com/atelier-hub/tricorder/issues
Source repo head: git clone https://github.com/atelier-hub/tricorder
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 1 total (1 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2026-06-04 [all 1 reports]

Readme for atelier-core-0.1.0.0

[back to package description]

atelier-core

Foundational effects and utilities for effect-based applications, built on Effectful. Part of the atelier toolkit.

Overview

atelier-core provides a set of composable Effectful effects and supporting types for building structured, observable applications.

Module Purpose
Atelier.Component Structured component lifecycle (setup → listeners → start)
Atelier.Config Configuration with environment variable overrides
Atelier.Effects.Log Structured logging with hierarchical namespaces
Atelier.Effects.Conc Thread management via Ki (structured concurrency)
Atelier.Effects.Cache Caching with singleflight deduplication
Atelier.Effects.Publishing Event publishing with context propagation
Atelier.Effects.Monitoring.Tracing OpenTelemetry tracing
Atelier.Effects.Monitoring.Metrics Prometheus metrics
Atelier.Effects.FileWatcher Filesystem change notifications
Atelier.Effects.Process External process management

It also wraps a number of IO-based primitives (environment, clock, file system, console, POSIX) as effects so they can be interpreted and tested explicitly: Atelier.Effects.Env, Atelier.Effects.Clock, Atelier.Effects.FileSystem, Atelier.Effects.Console, Atelier.Effects.Posix.*, and more.

Part of atelier

License

MIT — see LICENSE.