|
---|
Data Source Registry | Data source information–a list of the containers that contain the data--such as data that describes the: - software application (i.e. CCC Apply, MyPath, MDM, etc.)
- kind of data source: storage type (SQL RDB, Mongo, and even unstructured data like a PDF, etc.)
- data type: (3rd Normal Form, RDB, S3 JSON object store, etc.)
| - Allows the CCC Tech Center and CCCCO to see every data source and its details at a glance, allowing efficient search information, informing smarter, future application decisions.
- Increases data quality for decision making
| Technical data | Data source information that includes things like: - column name
- field length
- data type (i.e. int, char, byte, string, boolean, etc.)
- link to element data (fname links to first name, for example)
| - Allows the CCC Tech Center and CCC IT staff to quickly identify data types across all applications for all columns, allowing for improved efficiencies in data replication (localized data at the SIS level, for example) and/or future improvements for consistency
- Receives scripts (the scripts won't write into the data dictionary, as that has public-facing elements)
- Increases data quality for decision making
| Element data | Data source information that consists of: - metadata (data that describes your data)
- anything that relates to the definition, quality, redundancy, access, timing, exchange, and ownership of data (including glossaries, statistics and indicators that are derived from data)*
- data standards, the common definitions of data elements that every software application and database must use
- conceptual definitions
- tagged elements that link via foreign key to the technical data dictionary (ex.all first name fields across applications link to the data dictionary that has one first name entry ("firstName") that includes the CCC definition of first name, links to the technical data dictionary entry, defining "first name is this, and any new application that has a first name field must be 32 characters long, be data type char, etc.")
- relationship structures (i.e. parent/child relationship between elements (i.e. the data element "zone" can be viewed as the parent to 17 other elements related to the concept of zone; the concept of Report Center would be a parent to 100 things that define the Report Center)
- Infrastructure Metrics
* Source: DataSpecs Metadata Podcast | - Increases data access and quality for decision making: informs decision making with real numbers to help quantify cost (ex. if legislation dictates a change, such as all student first name fields must now be called
|
|