# `Electric.Shapes.Supervisor`
[🔗](https://github.com/electric-sql/electric/tree/%40core/sync-service%401.6.2/packages/sync-service/lib/electric/shapes/supervisor.ex#L1)

Supervisor responsible for the entire shape subsystem.

It starts up and supervises the processes that manage shapes (create/remove), keep the
Postgres publication up to date, consume incoming transactions and write them to shape logs.
It also supervisers the consumer supervisor which starts a new consumer process for each
shape.

# `canary_name`

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `name`

# `reset_storage`

# `start_link`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
