Skip to content

Commit

Permalink
Add Druid connector to integrations page (#394)
Browse files Browse the repository at this point in the history
* Add Druid connector and logo to integrations.

* Missing comma and lint
  • Loading branch information
abhishekrb19 authored Apr 18, 2024
1 parent 42fa4e4 commit 5353a54
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/data/connectors.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"name": "Apache Druid",
"description": "This connector allows Apache Druid to read from Delta Lake.",
"url": "https://druid.apache.org/",
"docs": "https://druid.apache.org/docs/latest/development/extensions-contrib/delta-lake/",
"source_code": "https://github.com/apache/druid/",
"tags": ["Druid"],
"thumbnail": "./images/connectors/apache_druid_logo.png"
},
{
"name": "Apache Flink",
"description": "This connector allows Apache Flink to write to Delta Lake.",
Expand Down
Binary file added src/data/images/connectors/apache_druid_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5353a54

Please sign in to comment.