systemg 0.32.0

A simple process manager.
Documentation
---
title: Examples
---

# Examples

Working examples demonstrating systemg features.

## [Hello World](/examples/hello-world)

Minimal service configuration.

## [CRUD Application](/examples/crud)

Simple FastAPI CRUD service for testing systemg service management.

## [Units](/examples/units)

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

## [Orchestrator](/examples/orchestrator)

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

## Running examples

```bash
$ 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

- [Quickstart](/quickstart) - Quick introduction
- [Configuration](/how-it-works/configuration) - Full reference