-
- Downloads
removed unused shemas, split dbinit into multiple files for configurability,...
removed unused shemas, split dbinit into multiple files for configurability, moved data to top level of project, merged pub sub readmes
Showing
- .gitignore 1 addition, 2 deletions.gitignore
- docker-compose.yml 8 additions, 3 deletionsdocker-compose.yml
- postgres/initdb/00-initdb.sql 8 additions, 0 deletionspostgres/initdb/00-initdb.sql
- postgres/initdb/01-initdb_load_data.sql 3 additions, 0 deletionspostgres/initdb/01-initdb_load_data.sql
- postgres/initdb/02-initdb_edge_id.sql 7 additions, 0 deletionspostgres/initdb/02-initdb_edge_id.sql
- postgres/initdb/02-initdb_edge_uuid.sql 5 additions, 0 deletionspostgres/initdb/02-initdb_edge_uuid.sql
- postgres/initdb/03-initdb_fill_edge_id.sql 42 additions, 0 deletionspostgres/initdb/03-initdb_fill_edge_id.sql
- postgres/initdb/03-initdb_fill_edge_uuid.sql 37 additions, 0 deletionspostgres/initdb/03-initdb_fill_edge_uuid.sql
- postgres/initdb/03-initdb_trigger_edge_id.sql 0 additions, 23 deletionspostgres/initdb/03-initdb_trigger_edge_id.sql
- postgres/initdb/03-initdb_trigger_edge_uuid.sql 47 additions, 0 deletionspostgres/initdb/03-initdb_trigger_edge_uuid.sql
- postgres/initdb/04-initdb_edge_index.sql 2 additions, 0 deletionspostgres/initdb/04-initdb_edge_index.sql
- postgres/initdb/04-initdb_edge_index_hash.sql 2 additions, 0 deletionspostgres/initdb/04-initdb_edge_index_hash.sql
- postgres/initdb/04-initdb_edge_index_multicolumn.sql 2 additions, 0 deletionspostgres/initdb/04-initdb_edge_index_multicolumn.sql
- postgres/reference_schema.sql 0 additions, 0 deletionspostgres/reference_schema.sql
- streaming/README.md 4 additions, 0 deletionsstreaming/README.md
- streaming/pub/Dockerfile 1 addition, 1 deletionstreaming/pub/Dockerfile
- streaming/pub/README.md 0 additions, 3 deletionsstreaming/pub/README.md
- streaming/pub/pub_cdm.py 1 addition, 1 deletionstreaming/pub/pub_cdm.py
- streaming/sub/postgres/drop_schemas.sql 0 additions, 34 deletionsstreaming/sub/postgres/drop_schemas.sql
- streaming/sub/postgres/procedures.sql 0 additions, 229 deletionsstreaming/sub/postgres/procedures.sql
postgres/initdb/00-initdb.sql
0 → 100644
postgres/initdb/01-initdb_load_data.sql
0 → 100644
postgres/initdb/02-initdb_edge_id.sql
0 → 100644
postgres/initdb/02-initdb_edge_uuid.sql
0 → 100644
postgres/initdb/03-initdb_fill_edge_id.sql
0 → 100644
postgres/initdb/03-initdb_fill_edge_uuid.sql
0 → 100644
postgres/initdb/04-initdb_edge_index.sql
0 → 100644
File moved
streaming/pub/README.md
deleted
100755 → 0
Please register or sign in to comment