diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..0322dfe0 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1402,6 +1402,14 @@ export const projectList = [ "Typescript", ], }, + { + name: "Apache Superset", + imageSrc: "https://avatars.githubusercontent.com/u/47359?v=4", + projectLink: "https://github.com/apache/superset/contribute", + description: + "Apache Superset is an open-source data visualization and exploration platform.", + tags: ["Python", "Data Visualization", "Analytics", "BI"], + }, { name: "MeiliSearch", imageSrc: "https://avatars.githubusercontent.com/u/43250847?s=200&v=4", @@ -1458,4 +1466,4 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file +];