Skip to content

dominodatalab/costs-dashboard

Repository files navigation

Domino Cost Dashboard (Uses Dash by Plotly)

This repo describes how to run the Domino Cost Dashboard app.

Table of Contents

License

This template is licensed under Apache 2.0 and contains the following open source components:

Create a New Git Based Project

The Domino Cost Dashboard App can be launched from a git based project.

  1. Go to the Projects page in Domino and click New Project.

    project's dashboard

  2. Select a name and visibility for this project, then click Next.

    create new git based project

  3. Select Git Service Provider as Hosted By

    create new git based project

  4. Select GitHub from Git Service Provider drop down menu

create new git based project

  1. Select your Git Credentials from the drop down menu

    create new git based project

  2. Select dominodatalab from the Owner/Organization

    create new git based project

  3. Enter https://github.com/dominodatalab/costs-dashboard in Repository Name field, then click Create

create new git based project


Publish the App

Once a Project has been created to host the dashboard app, follow these steps to publish it:

  1. Navigate to the App section in the sidebar of the Project menu. Add a title for the App that you prefer and you can easily identify. The standard environment and the smaller harware tier will be enought to run it.

    project's dashboard

  2. After publishing it, you'll be redirected to the App Status pages.

    project's dashboard

    Wait until the status changes to running.

    project's dashboard

    It will take a moment for the dependencies to install, and the Domino Cost App to start running.

Checking running status (optional)

To verify that the app is properly setup, you can check the app's user output. To access them, follow the next steps:

  1. Click on View Execution Details link.

  2. Click on User Output and you'll see a log showing the setup of the environment. Once the legend * Running on http://127.0.0.1:8888, your app is ready.

logs


Accessing Domino Cost Dashboard App

Once the App's status is Running, you can access the App by clicking View App.

project's dashboard

And then Domino Cost app dashboard will be displayed

project's dashboard