Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 9 Next »

Ways to Access Denodo

Environments

Tufts' Denodo architecture has the following environments:

  • Development: All development takes place here. All other environments are read-only and only have their code updated through deployments.

  • Stage: Used for testing code before deploying to Production.

  • Production: Stable, high-performance environment for end users.

These environments apply to both the Data Catalog and the Design Studio. When logging into either tool, make sure to select the best environment for your purposes.

Data Catalog

The Data Catalog is an interactive tool that allows end users to explore all of the data available in Denodo and see relevant meta data (which we don’t have much of yet.) Querying directly on the data in a specific view is possible within the catalog:

image-20250114-183750.png

Design Studio

This is the “IDE” (Integrated Development Environment) where Denodo development happens, including updates to descriptions and other meta data.

In order to log in, hit this link: https://denodo-solution-manager.it.tufts.edu:19443/denodo-design-studio/#/

and in that window, put in the dev address:

image-20250114-185441.png

And you end up here:

image-20250114-191121.png

You can use Design Studio to connect to the Stage and Production VDP’s, access will be read-only. You can only make edits in the Development VDP.

Useful Resources

Accessing Slate Data in Denodo

Data Strategy & Engineering Slate Info This is the page in Confluence maintained by DSE about Slate data in Denodo.

In both the DC and DS, Denodo is organized at the top level by “virtual database.” Within the virtual database there are 7 folders that always follow the same naming convention/purpose. The data pulled from Slate is added to a virtual database named ‘student_lifecycle.'

The 01-base_layer folder contains the “root” of where the data comes from. The 02-base_views folder includes each Slate query as cached since the last data pull from Slate, which can be identified by the prefix ‘bv_’

The 02-transformation folder contains the tables where data from the individual base views get unionized together into a single resource (currently application and person).

The 04-interface_fulfillment is where “business facing views” live and where queries can be executed by people with access (which is us).

image-20250131-170703.png

Querying in Design Studio

Design Studio

  • No labels