Skip to content

Commit 46560a6

Browse files
authored
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.
1 parent 1848948 commit 46560a6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ const projectList = [
88
tags: ["UI", "Database", "Editor"]
99
},
1010

11+
{
12+
name: "Hamilton",
13+
imageSrc: "https://github.com/DAGWorks-Inc/hamilton/assets/2328071/feb6abaa-b6d5-4271-a320-0ae4a18d8aa7",
14+
projectLink: "https://github.com/dagworks-inc/hamilton",
15+
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.",
16+
tags: ["DAG", "ETL", "Python", "data-science", "machine-learning", "pandas", "orchestration", "data-engineering", "data-analysis", "software-engineering", "feature-engineering", "dataframe", "lineage", "featurization", "pipeline", "mlops", "llmops"]
17+
},
1118
{
1219
name: "altair",
1320
imageSrc: "https://raw.githubusercontent.com/altair-graphql/altair/master/icons/favicon-96x96.png",

0 commit comments

Comments
 (0)