Skip to content

Commit

Permalink
Merge pull request #10 from CEDStandards/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
aemnathanclinton committed Oct 14, 2021
2 parents 858f163 + a4537ac commit 32856f9
Show file tree
Hide file tree
Showing 7 changed files with 315,090 additions and 2 deletions.
17 changes: 16 additions & 1 deletion Contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,19 @@ Before CEPI, the [Center for the Integration of IDEA Data](https://ciidta.grads3

In the next few years, CEDS will continue to work with stakeholders to find ways to bring the community together. The CEDS team is excited to continue to partner with you, the community, in this new era.

This version of the CEDS Data Warehouse has been updated primarily by the CIID development staff. An update to this version is anticipated in late September 2021 based on work done through the CEDS Data Warehouse Expansion Project (https://ceds.communities.ed.gov/#communities/ceds-osc/workgroups/ceds-dw-expansion)
This version of the CEDS Data Warehouse has been updated primarily based on work done through the CEDS Data Warehouse Expansion Project (https://ceds.communities.ed.gov/#communities/ceds-osc/workgroups/ceds-dw-expansion)

We would like to thank the following organizations for their contributions in the release of the CEDS Data Warehouse V9.1.0.0

[The Colorado Department of Education](https://www.cde.state.co.us/)
[Michigan's Center for Educational Performance and Infomration (CEPI)](https://www.michigan.gov/cepi/)

These two education agencies provided extensive time to the build out of the model around their specific use cases providing subject matter experts when needed.

[Double Line](https://wearedoubleline.com/)

Double Line assisted in the build out of the metadata tagging you will find on the elements in the dimension tables. Search the extended properties of the Dimension tables and you will see the associated CEDS element information.

Numerous other stakeholders from state education agencies, local education agencies and the vendor community contributed through participation in meetings throughout the project and providing insight into the special education and adult education use cases that made up the scope of the project. It is the CEDS community of stakeholders that make all of this possible.


9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,17 @@ To create a new instance of the CEDS Data Warehouse on your SQL Server, perform

1. Open the database creation script at /src/ddl/CEDS-Data-Warehouse.sql using your preferred SQL client.
2. Connect to the server on which you want to create the CEDS Data Warehouse instance.
3. Find and replace the existing database name in the script (i.e. CEDS-Data-Warehouse-V9_0_0_0) with the database name of your choice.
3. Find and replace the existing database name in the script (i.e. CEDS-Data-Warehouse-V9_1_0_0) with the database name of your choice.
4. Run the script.

The database is empty by default. Proceed with the following instructions to load CEDS Element metadata and CEDS Option Set values into the reference tables.
1. Open the Create CEDS Element Tables V9.0.0.0 document at /src/dimension-data/Create-CEDS-Element-Tables-V9.0.0.0
2. Connect to the server on which you created the CEDS Version 9.1.0.0 instance
3. Find and replace the existing database name in the script (i.e. CEDS-Data-Warehouse-V9_1_0_0) with the name of your data warehouse instance.
4. Run the script
5. Open the Junk-Table-Dimension-Population-V9.1.0.0 document at /src/dimension-data/Junk-Table-Dimension-Population-V9.1.0.0
6. Find and replace the existing database name in the script (i.e. CEDS-Data-Warehouse-V9_1_0_0) with the name of your data warehouse instance.
7. Run the script

## Contributing

Expand Down
Binary file added doc/CEDS DW Version 9.0.0.0 to 9.1.0.0.xlsx
Binary file not shown.
Binary file added doc/CEDS Data Warehouse Bus Architecture.xlsx
Binary file not shown.
Binary file added src/ddl/CEDS-Data-Warehouse-V9.1.0.0.sql
Binary file not shown.
312,762 changes: 312,762 additions & 0 deletions src/dimension-data/Create-CEDS-Element-Tables-V9.0.0.0.sql

Large diffs are not rendered by default.

2,304 changes: 2,304 additions & 0 deletions src/dimension-data/Junk-Table-Dimension-Population-V9.1.0.0.sql

Large diffs are not rendered by default.

0 comments on commit 32856f9

Please sign in to comment.