Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 11 Next »

Overview

Blue is the course and instructor evaluation system used at Tufts. Each year, the evaluation data needs to be collected, processed and transmitted to two systems: Symplectic Elements (SoE instructor and course data) and Faculty Success (A&S instructor and course data). Additionally, all the ASE data and Fletcher data is typically consumed in a tableau dashboard.

To facilitate this process, a workflow has been created that incorporates the following:

  • AWS Lambda, for the initial fetching and parsing of Blue data

  • Denodo, for data virtualization and preparation

  • Snaplogic, for trasmitting the data to Elements and Activity Insight

Design

Components

  • blue-data (Lambda)

  • Denodo

    • education_technology

      • 01-base_layer

        • 01-connections

          • coursescore

          • instructorscore

          • get_blue_api_key

          • getallprojectmetadata

        • 02-base_views

          • bv_coursescore

          • bv_get_blue_api_key

          • bv_getallprojectmetadata

          • bv_instructorscore

      • 02-transformation

        • blue

          • p_coursescore

          • p_instructorscore

      • 03-integration

        • j_coursescore_apikey_projectmetadata

        • j_coursescore_vw

        • j_getallprojectmetadata_api_key

        • j_instructorscore_apikey_projectmetadata

        • j_instructorscore_vw

      • 04-interface_fulfillment

        • coursescore_vw

        • instructorscore_vw

  • Denodo Scheduler

    • blue_data_cache

Resources

  • No labels