Skip to content

Commit

Permalink
table format updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantikabanik committed Jan 8, 2025
1 parent 25b4075 commit 159c3f9
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,22 @@ Each layer has a certain strength of communication inbuilt
{✨= Experimental,
✅ = Implemented}

`Python Packaging framework` design principles\
`GitHub actions` configured\
`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/)\
✅ Reading data from online sources using [intake](https://github.com/intake/intake)\
✅ Sample pipeline built using [Dagster](https://github.com/dagster-io/dagster)\
✅ Building Dashboard using [holoviews](https://holoviews.org/gallery/index.html) + [panel](https://panel.holoviz.org/reference/index.html)\
✅ Exploratory data analysis (EDA) using [mito](https://www.trymito.io/)\
✅ 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)
| Status | Workflow Description |
|--------|------------------------------------------------------------------------------------------------------------------|
|| `Python Packaging framework` design principles |
|| `GitHub actions` configured |
|| `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/) |
|| Reading data from online sources using [intake](https://github.com/intake/intake) |

Check failure on line 53 in README.md

View workflow job for this annotation

GitHub Actions / vale

[vale] README.md#L53

[Vale.Spelling] Did you really mean 'pixi'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'pixi'?", "location": {"path": "README.md", "range": {"start": {"line": 53, "column": 39}}}, "severity": "ERROR"}
|| Sample pipeline built using [Dagster](https://github.com/dagster-io/dagster) |
|| Building Dashboard using [holoviews](https://holoviews.org/gallery/index.html) + [panel](https://panel.holoviz.org/reference/index.html) |

Check failure on line 55 in README.md

View workflow job for this annotation

GitHub Actions / vale

[vale] README.md#L55

[Vale.Spelling] Did you really mean 'Dagster'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Dagster'?", "location": {"path": "README.md", "range": {"start": {"line": 55, "column": 40}}}, "severity": "ERROR"}
|| Exploratory data analysis (EDA) using [mito](https://www.trymito.io/) |

Check failure on line 56 in README.md

View workflow job for this annotation

GitHub Actions / vale

[vale] README.md#L56

[Vale.Spelling] Did you really mean 'holoviews'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'holoviews'?", "location": {"path": "README.md", "range": {"start": {"line": 56, "column": 37}}}, "severity": "ERROR"}
|| Web UI build on [Flask](https://flask.palletsprojects.com/en/3.0.x/) |

Check failure on line 57 in README.md

View workflow job for this annotation

GitHub Actions / vale

[vale] README.md#L57

[Vale.Spelling] Did you really mean 'mito'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'mito'?", "location": {"path": "README.md", "range": {"start": {"line": 57, "column": 50}}}, "severity": "ERROR"}
|| 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) |


### ☕️ Quickly getting started with DataJourney

Expand Down

0 comments on commit 159c3f9

Please sign in to comment.