From 46560a636034b0e8c3ec36642cbfa2d367e8b8dd Mon Sep 17 00:00:00 2001 From: Stefan Krawczyk Date: Mon, 25 Sep 2023 22:25:38 -0700 Subject: [PATCH] Adds Hamilton to list of projects Hamilton has a bunch of issues that are appropriate for first time contributors who know how to write python. So adding to the list so that people can find this opportunity here too. --- src/components/ProjectList/listOfProjects.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/ProjectList/listOfProjects.js b/src/components/ProjectList/listOfProjects.js index 139c09b..eacba81 100644 --- a/src/components/ProjectList/listOfProjects.js +++ b/src/components/ProjectList/listOfProjects.js @@ -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",