diff --git a/README.md b/README.md index acbf60d1a285f..15872ae0fe69a 100644 --- a/README.md +++ b/README.md @@ -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) | @@ -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: + +

+ redshift + google-biquery + snowflake + presto + druid + postgresql + mysql + mssql-server + db2 + sqlite + sybase + mariadb + vertica + oracle + firebird + greenplum + clickhouse + exasol + monet-db + apache-kylin +

+ +A complete list of supported databases can be found [here](https://superset.incubator.apache.org/#databases). diff --git a/superset-frontend/images/apache-kylin.png b/superset-frontend/images/apache-kylin.png new file mode 100644 index 0000000000000..4b0fdab01d91d Binary files /dev/null and b/superset-frontend/images/apache-kylin.png differ diff --git a/superset-frontend/images/clickhouse.png b/superset-frontend/images/clickhouse.png new file mode 100644 index 0000000000000..fae469d52bde0 Binary files /dev/null and b/superset-frontend/images/clickhouse.png differ diff --git a/superset-frontend/images/db2.png b/superset-frontend/images/db2.png new file mode 100644 index 0000000000000..7deb9368289e8 Binary files /dev/null and b/superset-frontend/images/db2.png differ diff --git a/superset-frontend/images/druid.png b/superset-frontend/images/druid.png new file mode 100644 index 0000000000000..6860d78bbfba6 Binary files /dev/null and b/superset-frontend/images/druid.png differ diff --git a/superset-frontend/images/exasol.png b/superset-frontend/images/exasol.png new file mode 100644 index 0000000000000..46260f8d4fceb Binary files /dev/null and b/superset-frontend/images/exasol.png differ diff --git a/superset-frontend/images/firebird.png b/superset-frontend/images/firebird.png new file mode 100644 index 0000000000000..19e862c03be25 Binary files /dev/null and b/superset-frontend/images/firebird.png differ diff --git a/superset-frontend/images/google-biquery.png b/superset-frontend/images/google-biquery.png new file mode 100644 index 0000000000000..da6960ac9b32f Binary files /dev/null and b/superset-frontend/images/google-biquery.png differ diff --git a/superset-frontend/images/greenplum.png b/superset-frontend/images/greenplum.png new file mode 100644 index 0000000000000..70f82ea18ce61 Binary files /dev/null and b/superset-frontend/images/greenplum.png differ diff --git a/superset-frontend/images/mariadb.png b/superset-frontend/images/mariadb.png new file mode 100644 index 0000000000000..bd1687931fba8 Binary files /dev/null and b/superset-frontend/images/mariadb.png differ diff --git a/superset-frontend/images/monet-db.png b/superset-frontend/images/monet-db.png new file mode 100644 index 0000000000000..3b0dcc2b0e8ba Binary files /dev/null and b/superset-frontend/images/monet-db.png differ diff --git a/superset-frontend/images/mssql-server.png b/superset-frontend/images/mssql-server.png new file mode 100644 index 0000000000000..f4f0d6f9950c5 Binary files /dev/null and b/superset-frontend/images/mssql-server.png differ diff --git a/superset-frontend/images/mysql.png b/superset-frontend/images/mysql.png new file mode 100644 index 0000000000000..b68620c289f13 Binary files /dev/null and b/superset-frontend/images/mysql.png differ diff --git a/superset-frontend/images/oracle.png b/superset-frontend/images/oracle.png new file mode 100644 index 0000000000000..e923094c7ec42 Binary files /dev/null and b/superset-frontend/images/oracle.png differ diff --git a/superset-frontend/images/postgresql.png b/superset-frontend/images/postgresql.png new file mode 100644 index 0000000000000..7befee8eff0b1 Binary files /dev/null and b/superset-frontend/images/postgresql.png differ diff --git a/superset-frontend/images/presto.png b/superset-frontend/images/presto.png new file mode 100644 index 0000000000000..a2e187f27d748 Binary files /dev/null and b/superset-frontend/images/presto.png differ diff --git a/superset-frontend/images/redshift.png b/superset-frontend/images/redshift.png new file mode 100644 index 0000000000000..73d79b8bf4a88 Binary files /dev/null and b/superset-frontend/images/redshift.png differ diff --git a/superset-frontend/images/snowflake.png b/superset-frontend/images/snowflake.png new file mode 100644 index 0000000000000..adc3443fdda77 Binary files /dev/null and b/superset-frontend/images/snowflake.png differ diff --git a/superset-frontend/images/sqlite.png b/superset-frontend/images/sqlite.png new file mode 100644 index 0000000000000..f7112cf7094d8 Binary files /dev/null and b/superset-frontend/images/sqlite.png differ diff --git a/superset-frontend/images/sybase.png b/superset-frontend/images/sybase.png new file mode 100644 index 0000000000000..c5c8bca7e9b64 Binary files /dev/null and b/superset-frontend/images/sybase.png differ diff --git a/superset-frontend/images/vertica.png b/superset-frontend/images/vertica.png new file mode 100644 index 0000000000000..0bd39498c6e66 Binary files /dev/null and b/superset-frontend/images/vertica.png differ