GraphCanon updated Sep 15, 2026 · GitHub synced Sep 15, 2026
22views this month
Decision brief
Ergo is an actor-based framework for Golang that simplifies the development of event-driven architectures with built-in network transparency inspired by Erlang and Elixir OTP.
Good fit when
- For projects requiring a robust actor-model system for handling event-driven microservices in Golang
- When building distributed systems where network transparency is critical for seamless interactions between nodes
Avoid when
- If your project does not fit an event-driven or actor-based architecture model
- When the complexity of setting up a supervision tree and managing actors exceeds the needs of your application
Observed Jul 16, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Active (7d since push)
- As of Sep 15, 2026
- Provenance
- Not a fork · Organization account
- As of Sep 15, 2026
- Security (OSV)
- No lockfile
- As of Jul 15, 2026
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
go get github.com/ergo-services/ergo pkg.go.devSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Ergo offers an actor-model framework with network transparency inspired by Erlang and Elixir OTP. It simplifies the development of distributed systems through a command-line tool that generates project boilerplate.
Capability facts
- Languages
- go
Source: github.language · Sep 15, 2026
Categories
Tags
README
Quick start The CLI generates project scaffolding for you: applications, actors, supervisors, message types. The output is a complete, runnable project structure. Add components incrementally as your service grows. To install use the following command: Create a project and start...
For agents
This page has a .md twin and JSON over the API.