atelier-core: Foundational Effectful-based effects and utilities

[ control, library, mit ] [ Propose Tags ] [ Report a vulnerability ]
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.4.0.1
Change log CHANGELOG.md
Dependencies aeson (>=2.2 && <2.4), atelier-prelude (>=0.1 && <0.3), base (>=4.18 && <4.23), base64-bytestring (>=1.2 && <1.3), bytestring (>=0.11 && <0.13), casing (>=0.1 && <0.2), containers (>=0.6 && <0.9), 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.2), effectful-th (>=1.0 && <1.1), filepath (>=1.4 && <1.6), fsnotify (>=0.4 && <0.5), http-api-data (>=0.5.1 && <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.17), 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]
Tested with ghc ==9.10.3, ghc ==9.6.7, ghc ==9.8.4, ghc ==9.12.4
License MIT
Author Victor Nascimento Bakke
Maintainer victor.bakke@tweag.io
Uploaded by Gipphe at 2026-08-14T19:52:26Z
Category Control
Home page https://github.com/tweag/tricorder#readme
Bug tracker https://github.com/tweag/tricorder/issues
Source repo head: git clone https://github.com/tweag/tricorder
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 17 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-08-14 [all 1 reports]

Readme for atelier-core-0.4.0.1

[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.