DSP Examples¶
This repository includes example DSP manifests under examples/:
sql_source.json– generic relational database / warehousestream_source.json– generic streaming platform topicsapi_source.json– generic REST API based on an OpenAPI-like contractfile_source.json– generic file-based dataset (for example object storage)graph_source.json– generic graph database with nodes and edges
Each example is intentionally domain-neutral.
You can use these as templates for your own systems:
- Copy an example JSON file
- Change
source_id,connection,datasets, andfields - Validate against
dsp-1.0.json - Commit or publish to the registry