YAML format for star schema and snowflake schema
Non-proprietary YAML format for star schema and snowflake schema
apiVersion: v1kind: Startables:- name: Usermetadata:root: truedefinition:type: sqlurl: 'postgres://localhost:5432'query: 'users'links:- to: 'Location'as: 'location'sameAt:address: address- name: Locationdefinition:type: graphql-opencrudurl: 'http://localhost:4021'query: 'locations'
There are example YAMLs to represent each chapter star schemas from Data warehouse toolkit by Ralph Kimball, Mergy Ross
| Contents | Chapter | Fact(root) table |
|---|---|---|
| Retail Sales | 3 | RetailSales |
| Inventory | 4 | Inventories |
| Procurement | 5 | Procurements |
| GeneralLedger | 7 | GeneralLedger |
| CRM | 8 | Transactions |
| Human Resource | 9 | EmployeeTransactions |
Open source.
Apache licence version 2.
Feel free to add issues and features.