Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add supported database logos #10368

Merged
merged 26 commits into from
Aug 3, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 28 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Superset
A modern, enterprise-ready business intelligence web application.

[**Why Superset**](#why-superset) |
[**Database Support**](#database-support) |
[**Supported Databases**](#supported-databases) |
[**Installation and Configuration**](#installation-and-configuration) |
[**Get Help**](#get-help) |
[**Contributor Guide**](#contributor-guide) |
Expand Down Expand Up @@ -91,11 +91,35 @@ Superset provides:
* Fast loading dashboards with configurable caching


## Database Support
## Supported Databases

Superset speaks many SQL dialects through SQLAlchemy - a Python
SQL toolkit that is compatible with most databases. A list of
supported databases can be found
SQL toolkit that is compatible with most databases. Here are some of the major database solutions that are supported:

<p float="left">
<img src="https://i.ibb.co/qYyYdsr/redshift.png" alt="redshift" border="0" width="106" height="41" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are these urls ever going to break? Can we add the images to the repo under the apache license?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a free imaging hosting site that appears good, so I used it to get this PR going, since I can't upload files to this repo.
If you can upload files to this repo and prefer that way, I can send you the images for you to upload, then I'll fix this PR with the relative links. Just let me know what you prefer! :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never heard of https://i.ibb.co, wouldn't rely on it.

Your images can be part of this PR (if you can PR you can add images).

<img src="https://i.ibb.co/2NNMw6v/google-biquery.png" alt="google-biquery" border="0" width="114" height="43"/>
<img src="https://i.ibb.co/wsRz69h/snowflake.png" alt="snowflake" border="0" width="152" height="46"/>
<img src="https://i.ibb.co/NFYp0Dp/presto.png" alt="presto" border="0" width="152" height="46"/>
<img src="https://i.ibb.co/Jt3t15c/druid.png" alt="druid" border="0" width="135" height="37" />
<img src="https://i.ibb.co/dW0b1XR/postgresql.png" alt="postgresql" border="0" width="132" height="81" />
<img src="https://i.ibb.co/vB2tYV0/mysql.png" alt="mysql" border="0" width="119" height="62" />
<img src="https://i.ibb.co/xJwvjpP/mssql-server.png" alt="mssql-server" border="0" width="93" height="74" />
<img src="https://i.ibb.co/JFcNNdm/db2.png" alt="db2" border="0" width="62" height="62" />
<img src="https://i.ibb.co/YPBYYC9/sqlite.png" alt="sqlite" border="0" width="102" height="45" />
<img src="https://i.ibb.co/SN64C3k/sybase.png" alt="sybase" border="0" width="128" height="47" />
<img src="https://i.ibb.co/61TMxy0/mariadb.png" alt="mariadb" border="0" width="83" height="63" />
<img src="https://i.ibb.co/Q60LPXv/vertica.png" alt="vertica" border="0" width="128" height="40" />
<img src="https://i.ibb.co/tqSs9GY/oracle.png" alt="oracle" border="0" width="121" height="66" />
<img src="https://i.ibb.co/sCt1Vq5/firebird.png" alt="firebird" border="0" width="86" height="56" />
<img src="https://i.ibb.co/njkft6L/greenplum.png" alt="greenplum" border="0" width="140" height="45" />
<img src="https://i.ibb.co/p2pVv2C/clickhouse.png" alt="clickhouse" border="0" width="133" height="34" />
<img src="https://i.ibb.co/TwK9gFT/exasol.png" alt="exasol" border="0" width="106" height="59" />
<img src="https://i.ibb.co/xgvM0tT/monet-db.png" alt="monet-db" border="0" width="106" height="46" />
<img src="https://i.ibb.co/kSsbBMC/apache-kylin.png" alt="apache-kylin" border="0" width="56" height="64"/>
</p>

A complete list of supported databases can be found
[here](https://superset.incubator.apache.org/#databases).


Expand Down