Skip to content

Commit 88d234a

Browse files
authored
Merge pull request #367 from skrawcz/patch-1
Adds Hamilton to list of projects
2 parents 3fdcf77 + 46560a6 commit 88d234a

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)