Skip to content

Commit

Permalink
Merge pull request #367 from skrawcz/patch-1
Browse files Browse the repository at this point in the history
Adds Hamilton to list of projects
  • Loading branch information
Roshanjossey authored Dec 7, 2024
2 parents 3fdcf77 + 46560a6 commit 88d234a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/ProjectList/listOfProjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ const projectList = [
tags: ["UI", "Database", "Editor"]
},

{
name: "Hamilton",
imageSrc: "https://github.com/DAGWorks-Inc/hamilton/assets/2328071/feb6abaa-b6d5-4271-a320-0ae4a18d8aa7",
projectLink: "https://github.com/dagworks-inc/hamilton",
description: "Your single tool to express data, ML, and LLM pipelines with simple python functions. Runs anywhere that python runs, E.G. spark, airflow, jupyter, fastapi, etc. Incrementally adoptable. Use Hamilton to build testable, reusable, and self-documenting dataflows with lineage and metadata out of the box.",
tags: ["DAG", "ETL", "Python", "data-science", "machine-learning", "pandas", "orchestration", "data-engineering", "data-analysis", "software-engineering", "feature-engineering", "dataframe", "lineage", "featurization", "pipeline", "mlops", "llmops"]
},
{
name: "altair",
imageSrc: "https://raw.githubusercontent.com/altair-graphql/altair/master/icons/favicon-96x96.png",
Expand Down

0 comments on commit 88d234a

Please sign in to comment.