Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/brenofariasdasilva/dagster-github-stars
- Owner: BrenoFariasdaSilva
- License: apache-2.0
- Created: 2023-04-26T11:23:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-26T00:53:07.000Z (10 months ago)
- Last Synced: 2024-04-20T14:46:20.574Z (9 months 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
- 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.---
![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
```