yohamta
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Embulk into the Maintenance Mode (embulk.org)
-
Hi HN! I'm the author of Dagu, a workflow engine that's been in development for a few years. Just released v1.17.0-beta.1 with some significant improvements. The core idea: define workflows in YAML, run them as…
-
Dew is a pragmatic command bus library for Go that simplifies complex backend architectures. It provides a unified interface for handling operations and domain logic, promoting clean, maintainable code. Why Dew? -…
- Show HN: Dagu v1.13.0 (github.com)
Dagu is a lightweight workflow engine that replaces Cron. It comes with a full-featured Web UI. It allows you to define dependencies between commands as a DAG in declarative YAML format. Features: - Install by only a…
- A lightweight, pragmatic Command Bus library for Go (github.com)
-
Firefox 125 (released on 4/25) now supports Intl.Segmenter. This improves the accuracy of sentence segmentation in JavaScript. So, I've added an option to the Go SBD Playground that allows you to test both option for…
-
GoSBD is a library for segmenting text into sentences for Go. It is rule-based and works out-of-the-box. This library builds upon the excellent foundations laid by pySBD and pragmatic_segmenter. The roadmap includes…
- Mastering DDD: Repository Design Patterns in Go (medium.com)
-
I have created a Cron alternative that runs DAGs (Directed acyclic graph) defined in a simple YAML format. Why not Airflow? Airflow and other similar tools are powerful and valuable, but in most cases, they require…