Skip to main content

Examples

Working examples demonstrating systemg features.

Hello World

Minimal service configuration.

CRUD Application

Production Node.js API with database backups and automated testing.

Orchestrator

Multi-agent task execution with Redis coordination and DAG scheduling.

Running examples

$ git clone https://github.com/systemg/systemg
$ cd systemg/examples/<example-name>
$ sysg start

Each example includes:

  • Complete configuration file
  • Working application code
  • Setup instructions
  • Expected behavior

See also