Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brenofariasdasilva/dagster-github-stars

Dagster simple project used in Dagster-Crash-Course.
https://github.com/brenofariasdasilva/dagster-github-stars

dagster github-api makefile python stars

Last synced: about 2 months ago
JSON representation

Dagster simple project used in Dagster-Crash-Course.

Awesome Lists containing this project

README

        



# [Dagster - Github Stars.](https://github.com/BrenoFariasdaSilva/Dagster-GitHub-Stars)



---

Simple project used in Dagster-Crash-Course.

---

![GitHub Code Size in Bytes](https://img.shields.io/github/languages/code-size/BrenoFariasdaSilva/Dagster-GitHub-Stars)
![GitHub Last Commit](https://img.shields.io/github/last-commit/BrenoFariasdaSilva/Dagster-GitHub-Stars)
![GitHub](https://img.shields.io/github/license/BrenoFariasdaSilva/Dagster-GitHub-Stars)
![wakatime](https://wakatime.com/badge/github/BrenoFariasdaSilva/Dagster-GitHub-Stars.svg)



![RepoBeats Statistics](https://repobeats.axiom.co/api/embed/5956a85a1c6097c587eca24d81c2f2933008e01b.svg "Repobeats analytics image")

- [Dagster - Github Stars. ](#dagster---github-stars-)
- [Clone the project:](#clone-the-project)
- [Installation:](#installation)
- [Execute:](#execute)

# Clone the project:
Simply download or clone this repository and open a terminal inside of the folder that is related to it.
```bash
git clone https://github.com/BrenoFariasdaSilva/Dagster-GitHub-Stars
cd Dagster-GitHub-Stars
```

# Installation:
```bash
pip install -e ".[dev]"
pip install dagster dagit notebook
```

or

```bash
make setup
```

# Execute:
```bash
make locally
```