Skip to content

I created this repo to follow along with the examples in the Dagster University Essentials course.

Notifications You must be signed in to change notification settings

philiporlando/dagster_university

Repository files navigation

dagster_university

This is a Dagster project made to accompany Dagster University coursework.

Getting started

First, install your Dagster code location as a Python package by running the command below in your terminal. By using the --editable (-e) flag, pip will install your Python package in "editable mode" so that as you develop, local code changes will automatically apply.

pip install -e ".[dev]"

Duplicate the .env.example file and rename it to .env.

Then, start the Dagster UI web server:

dagster dev

Open http://localhost:3000 with your browser to see the project.

Development

Adding new Python dependencies

You can specify new Python dependencies in setup.py.

Deploy on Dagster Cloud

The easiest way to deploy your Dagster project is to use Dagster Cloud.

Check out the Dagster Cloud Documentation to learn more.

About

I created this repo to follow along with the examples in the Dagster University Essentials course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published