Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

page stats URL updated to org url #142

Merged
merged 1 commit into from
Feb 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)\
[![DataJourney Stats](https://img.shields.io/badge/DataJourney-Visitors-green)](https://sayantikabanik.github.io/DataJourney/)
[![DataJourney Stats](https://img.shields.io/badge/DataJourney-Visitors-green)](https://datajourneyhq.github.io/DataJourney/)
[![Code of Conduct](https://img.shields.io/badge/Code_of_Conduct-Contributor%20Covenant-blue)](https://www.contributor-covenant.org/version/2/0/code_of_conduct/)\
[![CI](https://github.com/sayantikabanik/DataJourney/actions/workflows/CI.yml/badge.svg)](https://github.com/sayantikabanik/DataJourney/actions/workflows/CI.yml)
[![github-repo-stats](https://github.com/sayantikabanik/DataJourney/actions/workflows/github-repo-stats.yml/badge.svg)](https://github.com/sayantikabanik/DataJourney/actions/workflows/github-repo-stats.yml)
Expand Down Expand Up @@ -34,7 +34,7 @@

- PO (Base): Static home(s) to keep it together `(GitHub)`
- P1 (Tooling): Tooling, strings `(Powered by open source)`
- P2 (Maintenance + Monitoring): Env, automations `(Pixi + GHA)`

Check failure on line 37 in README.md

View workflow job for this annotation

GitHub Actions / lint-prose

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Env'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Env'?", "location": {"path": "README.md", "range": {"start": {"line": 37, "column": 34}}}, "severity": "ERROR"}

Check failure on line 37 in README.md

View workflow job for this annotation

GitHub Actions / lint-prose

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'automations'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'automations'?", "location": {"path": "README.md", "range": {"start": {"line": 37, "column": 39}}}, "severity": "ERROR"}
- P3 (Abstraction): Layer(s), CLI/task manager for users to interact with `(Pixi)`


Expand All @@ -51,11 +51,11 @@
| ✅ | `Vale.sh` configured at PR level |
| ✅ | `Pre-commit hooks` configured for code linting/formatting |
| ✅ | `Hello world` LLM design example based on [LangChain](https://python.langchain.com/) |
| ✅ | Environment management via [pixi](https://prefix.dev/) |

Check failure on line 54 in README.md

View workflow job for this annotation

GitHub Actions / lint-prose

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'pixi'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'pixi'?", "location": {"path": "README.md", "range": {"start": {"line": 54, "column": 39}}}, "severity": "ERROR"}
| ✅ | Reading data from online sources using [intake](https://github.com/intake/intake) |
| ✅ | Sample pipeline built using [Dagster](https://github.com/dagster-io/dagster) |

Check failure on line 56 in README.md

View workflow job for this annotation

GitHub Actions / lint-prose

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Dagster'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Dagster'?", "location": {"path": "README.md", "range": {"start": {"line": 56, "column": 40}}}, "severity": "ERROR"}
| ✅ | Building Dashboard using [holoviews](https://holoviews.org/gallery/index.html) + [panel](https://panel.holoviz.org/reference/index.html) |

Check failure on line 57 in README.md

View workflow job for this annotation

GitHub Actions / lint-prose

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'holoviews'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'holoviews'?", "location": {"path": "README.md", "range": {"start": {"line": 57, "column": 37}}}, "severity": "ERROR"}
| ✅ | Exploratory data analysis (EDA) using [mito](https://www.trymito.io/) |

Check failure on line 58 in README.md

View workflow job for this annotation

GitHub Actions / lint-prose

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'mito'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'mito'?", "location": {"path": "README.md", "range": {"start": {"line": 58, "column": 50}}}, "severity": "ERROR"}
| ✅ | Web UI build on [Flask](https://flask.palletsprojects.com/en/3.0.x/) |
| ✅ | Web UI re-done and expanded with [FastHTML](https://docs.fastht.ml/) |
| ✅ | Leverage AI models to analyse data [GitHub AI models Beta](https://docs.github.com/en/github-models/prototyping-with-ai-models) |
Expand All @@ -67,8 +67,8 @@
- Generate & add `GITHUB_TOKEN`, instructions [here](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic)
- Added requirement to run the LLM based workflows
- Switch directory `cd DataJourney`
- Download pixi : [prefix.dev](https://prefix.dev/)

Check failure on line 70 in README.md

View workflow job for this annotation

GitHub Actions / lint-prose

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'pixi'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'pixi'?", "location": {"path": "README.md", "range": {"start": {"line": 70, "column": 12}}}, "severity": "ERROR"}
- Activate env: `pixi shell`

Check failure on line 71 in README.md

View workflow job for this annotation

GitHub Actions / lint-prose

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'env'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'env'?", "location": {"path": "README.md", "range": {"start": {"line": 71, "column": 12}}}, "severity": "ERROR"}
- Install DJ framework locally `pixi run DJ_package`
- List all the tasks: `pixi task list`
- Execute a task from the list: `pixi run <TASK>`
Expand All @@ -81,7 +81,7 @@
| `GIT_TOKEN_CHECK` | Verifies the availability and validity of the Git authentication token. |
| `DJ_package` | Prepares and builds the Python package for the DataJourney project. |
| `DJ_pre_commit` | Runs pre-commit hooks to ensure code quality and adherence to standards. |
| `DJ_dagster` | Sets up and runs a Dagster workflow for orchestration in the project. |

Check failure on line 84 in README.md

View workflow job for this annotation

GitHub Actions / lint-prose

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Dagster'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Dagster'?", "location": {"path": "README.md", "range": {"start": {"line": 84, "column": 54}}}, "severity": "ERROR"}
| `DJ_fasthtml_app` | Executes a FastAPI-based HTML application. |
| `DJ_flask_app` | Configures and runs a Flask-based application for data services. |
| `DJ_mito_app` | Launches the Mito application for interactive data analysis in notebooks. |
Expand Down
Loading