systemg

Search docs

/
Install

Examples

Examples

Working examples demonstrating systemg features.

Hello World

Minimal service configuration.

CRUD Application

Simple FastAPI CRUD service for testing systemg service management.

Units

Practical command-based unit examples, staged under ~/.local/share/systemg/units/.

Orchestrator

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

Running examples

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

Each example includes:

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

See also

PhilosophyHello World