The Basics Of Caboodle Flashcards
What is a data warehouse?
A data warehouse is a relational database, made up of tables and columns, that can be queried using SQL.
(Aug. 2021, 2.4)
Can Caboodle store data from multiple sources?
Yes. The Caboodle data warehouse can store data from Epic and non-Epic sources.
(Aug. 2021, 2.4)
What is ETL?
Extract, transform, and load (ETL) is the process that moves data into the data warehouse.
(Aug. 2021, 2.4)
What is the flow of data between Epic’s databases?
Chronicles => Clarity => Caboodle <= Non-Epic Data
Aug. 2021, 2.4
Define Chronicles.
Hierarchical database with real-time data.
Aug. 2021, 2.4
Define Clarity.
Relational database with a normalized data model that reduces data redundancy.
(Aug. 2021, 2.4)
Define Caboodle.
Relational database with a dimensional data model for ease of reporting and data exploration.
(Aug. 2021, 2.4)
What is Epic’s production database?
Chronicles.
Aug. 2021, 2.4
What database contains definitions for how certain pieces of data may be stored and the relationships between those pieces of data?
Chronicles. It is the source for all Epic data.
Aug. 2021. 2.4
Are data relationships that are mapped in Chronicles preserved through the ETL process?
Yes. The data relationships are preserved through both the Clarity and Caboodle ETL process.
(Aug. 2021, 2.4-2.5)
What are the two databases within Caboodle?
- The Staging Database
Data first moves from its source into the staging database. Here the data is TRANSFORMED, CHECKED for data integrity issues, and CLEANED to resolve those issues. Once the data is ready, it is moved to the reporting database. - The reporting database
This is the database used by Caboodle report writers to create reports.
(Aug. 2021, 2.5)
What is an SSIS package?
SQL Server Integration Services (SSIS) packages are the MECHANISM used to move data during the Caboodle ETL process.
(Aug. 2021, 2.5)
In Caboodle, what two Epic-released schemas are relevant to report writers?
- dbo schema
- FullAccess schema
(Aug. 2021, 2.6)
What schema is the data source for SlicerDicer?
The dbo schema.
Aug. 2021, 2.6
Which schema should be your default schema for reporting?
The FullAccess schema.