Sandbox / Records
Connectors and streams
Inspect the seeded fictional dataset. Click any stream to see its records, or any record to see its full field projection. Each page is also reachable as JSON under /sandbox/v1/streams/....
Connectors
- Acme Payroll (simulated)
acme_payroll_demoStand-in payroll connector for demo. No real Acme Corporation, employer, or paycheck data.native · weekly - Northwind Health (simulated)
northwind_health_demoStand-in personal-health connector for demo. No real provider, patient, or visit data.polyfill-registered · manual - Fabrikam Bank (simulated)
fabrikam_bank_demoStand-in retail-bank connector for demo. Numbers and balances are invented.native · daily
Streams
- Pay statements
pay_statementsPer-period gross/net pay totals and the issuing employer.3 records5 fields - Tax documents
tax_documentsEnd-of-year tax document index from the simulated payroll provider.1 records4 fields - Clinical visits
clinical_visitsVisit summary entries from the simulated personal-health provider.2 records4 fields - Transactions
transactionsPer-transaction posting from the simulated bank account.3 records5 fields
API examples
curl -s /sandbox/v1/schema curl -s /sandbox/v1/streams curl -s /sandbox/v1/streams/pay_statements