4. Tapis UI

Overview

In addition to the tapipy library for Python, Tapis also provides a TypeScript library for interacting with the Tapis APIs. Tapis UI is a modular web application built in React that leverages this TypeScript library to provide a web-based user interface for interacting with Tapis. The Streams component of the UI allows us to query and view Measurements created by the Streams API.

Viewing Streams Measurements

To try out Tapis UI, go here and use the Tapis credentials you were provided to login.

Navigate to the Streams component:

/Go%20to%20Streams

Then select the Project, Site, and Instrument you created with the Jupyter notebook. This should pull the measurements that were created for each variable and creates a graph displaying the values. The returned values can also be filtered using the controls along the top of the measurements.

/View%20Measurments