Business-as-Code with LittleHorse 1.0
coltmcnealy
17 points
7 comments
March 18, 2026
Related Discussions
Found 5 related stories in 90.4ms across 8,358 title embeddings via pgvector HNSW
- Show HN: Altimate Code – Open-Source Agentic Data Engineering Harness aaur0 · 18 pts · March 19, 2026 · 47% similar
- Show HN: Agentic interface for mainframes and COBOL sai18 · 67 pts · May 12, 2026 · 46% similar
- Show HN: An implementation of Common Lisp in development, reached version 1.6 andreamonaco · 27 pts · May 12, 2026 · 45% similar
- Show HN: Building a web server in assembly to give my life (a lack of) meaning imtomt · 140 pts · May 10, 2026 · 44% similar
- Show HN: Codeberg (Forgejo) CLI, built with Xclif thatxliner · 11 pts · May 05, 2026 · 44% similar
Discussion Highlights (3 comments)
coltmcnealy
We just launched LittleHorse Server 1.0: an open-source workflow engine for Business-as-Code (SDKs in Java, Python, C#, and GoLang), built for microservices, event-driven systems, and long-running processses. Business-as-Code lets you write code that orchestrates your business process at a high level, while handling low-level integration for you. Similar idea to Infrastructure-as-Code but for your business process logic rather than infra configuration. LH also has a two-way integrations with Kafka: our Kafka Connectors signal waiting workflows or trigger new ones, and the Output Topic produces a CDC-style stream of workflow events into Kafka. Would love feedback if you're dealing with stuff like retries / DLQ's / SAGA / Outbox Pattern, etc.
rtolsma
This is interesting. How does it compare with Temporal or other orchestrators? Does this let you take business SOPs and convert it into workflows?
tschoppcity
Good stuff. I'm excited to look into deeper / experiment with this project.