- PostgreSQL
- MySQL
- Stripe
- Shopify
- HubSpot
- Notion
- GitHub
Examples available today
PostgreSQL and MySQL
Rename & filter columnsMask PII dataConvert types
Stripe
Flatten customer dataInvoice amount summaryFilter active subscriptionsPayment intent summaryRefund trackingDispute summaryPayout summary
Shopify
Flatten order dataProduct inventory summaryCustomer summaryDraft order summaryCollection catalogPrice rule / discount summary
HubSpot
Flatten contact propertiesDeal pipeline summaryCompany summaryTicket support summaryActivity / engagement summaryOwner / team roster
Notion
Flatten database propertiesDatabase catalogPage summaryUser roster
GitHub
Flatten issue dataPR review summaryCommit logRelease changelogBranch summaryContributor statsMilestone tracker
Common production patterns
- rename source fields into a stable SQL naming convention
- cast string amounts into numeric types
- flatten nested SaaS payloads before loading into SQL
- derive business fields such as
gross_revenueorpayment_bucket - return
Noneto drop records that fail a business rule