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 1 year ago
JSON representation
Dagster simple project used in Dagster-Crash-Course.
- Host: GitHub
- URL: https://github.com/brenofariasdasilva/dagster-github-stars
- Owner: BrenoFariasdaSilva
- License: apache-2.0
- Created: 2023-04-26T11:23:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T00:53:07.000Z (about 2 years ago)
- Last Synced: 2025-01-23T12:28:38.264Z (over 1 year ago)
- Topics: dagster, github-api, makefile, python, stars
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# [Dagster - Github Stars.](https://github.com/BrenoFariasdaSilva/Dagster-GitHub-Stars)
---
Simple project used in Dagster-Crash-Course.
---





- [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
```