Coder Social home page Coder Social logo

dagster-quickstart's Introduction

Dagster Quickstart

Get up-and-running with the Dagster quickstart project -- open the project in a GitHub Codespace and start building data pipelines with no local installation required.

For more information on how to use this project, please reference the Dagster Quickstart guide.

Running The Project

Option 1. Using GitHub Codespaces

  1. Fork this repository

  2. From the Code dropdown, select Create codespace on main

Create codespace
  1. Once the codespace has loaded, run dagster dev in the terminal to start Dagster:

    dagster dev
  2. When prompted, click Open in Browser.

Codespace Open In Browser

Tip

If the popup to open Dagster is not visible, you can navigate to the Forwarded Ports tab, and open the Forwarded Address for port 3000.

  1. Success! You'll be presented with the lineage of assets in the quickstart project.

image

Option 2. Running Locally

  1. Clone the Dagster Quickstart repository:

    git clone https://github.com/dagster-io/dagster-quickstart
    
    cd dagster-quickstart
  2. Install the required dependencies.

    Here we are using -e, for "editable mode", so that when Dagster code is modified, the changes automatically apply.

    pip install -e ".[dev]"
  3. Run the project!

    dagster dev

Development

Adding new Python dependencies

You can specify new Python dependencies in setup.py.

Unit testing

Tests are in the dagster_quickstart_tests directory and you can run tests using pytest.

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.

dagster-quickstart's People

Contributors

cmpadden avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.