Export Data
Concept
There are two major ways to get your data.
- Query (Stream)
- File
Either option can be done from the UI or SDK/API.
Query (Streaming) Based
In query based access, you treat Diffgram like a database. In that you make a query, and then stream the data based on that query. Export data "on demand".
Access Data - Queries Overview
File Based
You can export data into a JSON file.
File Based Export Walkthrough
Export Formats
Export with Connections
Updated over 1 year ago