- Overview
- Get started
- Work with event data
On this page
Guides
Use these guides to connect to ScopeDB, create an event table, ingest data, run queries, and add indexes.
Start here
Connect to ScopeDB
Set up your endpoint, API key, and local environment variables.
Quickstart
Create an event table, insert sample rows, and run the first ScopeQL queries.
Ingest events
Load application events with ScopeQL transformations and data-quality checks.
Query events
Inspect rows, search messages, extract fields from payloads, aggregate trends, and join metadata.
Model flexible events
Decide what belongs in typed columns and what belongs in a semi-structured
object column.
Add indexes
Choose point, range, search, and materialized indexes from real query patterns.
How to use these guides
If you are new to ScopeDB, follow the first two guides in order:
Then choose the guide for the task in front of you:
- write data producers with Ingest events;
- inspect and aggregate data with Query events;
- design flexible event tables with Model flexible events;
- improve important query paths with Add indexes.
For exact syntax, use the Reference.
On this page