You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://clickpy.clickhouse.com/dashboard/aegis-stack?min_date=2026-01-01&max_date=2026-12-31)
14
+
15
+
[](https://github.com/lbedner/aegis-stack/commits)
cd my-api &&uv sync && cp .env.example .env &&make serve
47
+
cd my-api && make serve
44
48
```
45
49
46
50
**Installation alternatives:** See the [Installation Guide](https://lbedner.github.io/aegis-stack/installation/) for `uv tool install`, `pip install`, and development setup.
@@ -119,7 +123,7 @@ Most starters lock you in at `init`. Aegis Stack doesn't. See **[Evolving Your S
119
123
-**Database** → Postgres / SQLite
120
124
-**Cache/Queue** → Redis
121
125
-**Scheduler** → APScheduler
122
-
-**Worker** → Arq / Taskiq
126
+
-**Worker** → Arq / Taskiq / Dramatiq
123
127
124
128
**Services** (business logic)
125
129
@@ -131,10 +135,12 @@ Most starters lock you in at `init`. Aegis Stack doesn't. See **[Evolving Your S
131
135
132
136
## Learn More
133
137
138
+
-**[Overseer](https://lbedner.github.io/aegis-stack/overseer/)** - Built-in system dashboard
139
+
-**[Deployment](https://lbedner.github.io/aegis-stack/deployment/)** - Deploy with backups, rollback, and health checks
0 commit comments