doc/user/layouts/index.skill.md
This skill provides comprehensive documentation for Materialize, a streaming database for real-time analytics.
When a user asks about Materialize:
sql/ directoryconcepts/ directoryingest-data/ directorytransform-data/ directory{{- range .Site.Sections }} {{- $sectionName := .Section }} {{- if not (in (slice "releases" "self-managed" "about" "get-started") $sectionName) }}
{{- with .Description }} {{ . }} {{- end }} {{ range .Pages | first 10 }}
{{ strings.TrimPrefix "/" .RelPermalink }}
{{- end }}
{{- if gt (len .Pages) 10 }}| Command | Description |
|---|---|
CREATE SOURCE | Connect to external data sources (Kafka, PostgreSQL, MySQL) |
CREATE MATERIALIZED VIEW | Create incrementally maintained views |
CREATE INDEX | Create indexes on views for faster queries |
CREATE SINK | Export data to external systems |
SELECT | Query data from sources, views, and tables |