Skip to content

Commit

Permalink
feat: Add Data catalog components
Browse files Browse the repository at this point in the history
  • Loading branch information
tumido authored and cfchase committed Jan 20, 2021
1 parent e5afeef commit 77bc612
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
39 changes: 39 additions & 0 deletions frontend/public/images/hue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions routes/api/components/available-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,22 @@ module.exports = [
img: "images/airflow.svg",
docsLink: "https://airflow.apache.org/",
},
{
key: "hue",
label: "Hue",
description: "Data exploration platform for Hive and S3 storage",
kfdefApplications: ["hue"],
route: "hue",
img: "images/hue.svg",
docsLink: "https://docs.gethue.com/",
},
{
key: "thriftserver",
label: "Spark SQL Thrift Server",
description: "Expose Spark data frames modeled as Hive tables through a JDBC connection",
kfdefApplications: ["thriftserver"],
route: "thriftserver",
img: "images/spark.svg",
docsLink: "https://spark.apache.org/docs/latest/sql-distributed-sql-engine.html",
}
];

0 comments on commit 77bc612

Please sign in to comment.