Back to Docs

Data Marketplace

Shop for certified data products with self-service access requests.

Overview

The Data Marketplace enables self-service discovery and consumption of data products.

Data Products

  • Datasets: Curated, documented data sets
  • APIs: Data access endpoints
  • Subscriptions: Automated data delivery

Creating a Product

POST /api/v1/marketplace/products
{
  "name": "Customer 360",
  "description": "Unified customer view",
  "assets": ["table:customers", "table:orders"],
  "sla": { "freshness": "1h" }
}