aeed16570e
Makes NoDimId columns in extracted fact tables not nullable.
2015-12-29 16:21:52 +05:30
8f27bdf33c
Fixes swapped dimension and fact json file names.
2015-12-29 15:19:55 +05:30
ad14698ab0
Refactoring.
2015-12-29 15:19:17 +05:30
bcd210e7a5
Moves SQL type defaults to input json from code.
2015-12-28 22:06:44 +05:30
8a530618e4
Fixes incremental SQL for coaleasce changes.
2015-12-28 18:43:49 +05:30
3978f33cd0
Adds coalescing to default values for fact table columns.
...
- Removes FKs from fact tables
- Some coercions in SQL for faster processing
2015-12-28 18:09:02 +05:30
b994955399
Adds coalescing to default values for dimension table columns.
2015-12-24 17:42:47 +05:30
ff4ca5e235
Adds sql generation for count distinct fact columns population.
2015-12-22 19:46:37 +05:30
2dcbe4efd7
Adds source column to count and count distinct fact columns.
...
Also removes CountDistinctColumSuffix setting.
2015-12-21 22:19:54 +05:30
d1e1eb7676
Adds output json generation.
...
- JSON files are generated for the following:
- list of fact tables generated
- list of dimension tables generated
- dependencies between the fact, dimension and source tables
2015-12-21 15:30:23 +05:30
7d64ffcde4
Adds incremental refresh sql generation for fact tables.
2015-12-20 18:25:14 +05:30
7dc6db944f
Adds incremental refresh sql generation for dimension tables.
...
- Adds partial unique indexes for tables to handle null columns.
- Adds validation for time column in fact tables.
2015-12-19 11:55:08 +05:30
e46d3684cd
Fixes a typo.
2015-12-18 17:35:26 +05:30
068190b520
Adds brew install command in setup instructions.
2015-12-18 17:12:13 +05:30
f8a6382aa3
Fixes bugs in fact table DDL and insert SQL generation.
2015-12-18 17:00:46 +05:30
4a07d0c828
Adds setup instructions to the README.
2015-12-18 14:00:18 +05:30
c430e5f255
Refactoring.
2015-12-18 13:20:35 +05:30
a84325cb2a
Makes the build work with stack lts-2.
2015-12-18 02:37:17 +05:30
ea9e100f8f
Extracts constants in code to settings.
2015-12-18 01:33:06 +05:30
21497269ee
Adds index SQL in fact table create SQL.
2015-12-17 23:48:17 +05:30
c3d3019cd3
Adds SQL file generation to the executable
2015-12-17 23:18:12 +05:30
4a5233a1a2
Adds the ability to run as an executable.
...
- Adds a parser to parse yaml file into tables and facts
- Adds program argument handling for specifying program settings
2015-12-17 20:02:13 +05:30
900b4b7488
Adds fact table insert SQL generation.
2015-12-16 16:57:10 +05:30
c39916704e
Refactoring
2015-12-16 03:14:04 +05:30
f016f0de09
Adds Tables file to gitignore
2015-12-16 02:20:26 +05:30
041d55f9dd
Refactors to move validation logic to its own namespace
2015-12-16 02:07:37 +05:30
6e1341b52a
Adds dimension table insert SQL generation.
...
Moves some private functions from Extractor to Extractor.Internal for reuse.
2015-12-15 18:22:51 +05:30
6d8e32950f
Adds SQL generation for table definitions.
...
And moves dimension and fact extraction logic to Ringo.Extractor namespace.
2015-12-15 17:22:45 +05:30
3d00a89062
Changes to use Reader monad
2015-12-15 11:59:53 +05:30
b7d13c4947
Refactoring
2015-12-14 23:10:54 +05:30
8e74c20705
Adds fact table extraction function
2015-12-14 21:57:11 +05:30
9107b7c83d
Adds validation and dimension extraction functions.
2015-12-10 20:30:55 +05:30
048b19d4d2
Adds table related types and some example tables.
2015-12-10 20:29:26 +05:30
7db306602f
Adds basic build setup.
2015-12-09 17:11:57 +05:30
7f5dab0b21
Initial commit
2015-12-09 16:50:58 +05:30