This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch docs/sync-readme-database-logos in repository https://gitbox.apache.org/repos/asf/superset.git
commit f6bfceaa0009e12cd4e9f2cc1e569d5b8d62f018 Author: Evan Rusackas <[email protected]> AuthorDate: Mon Jan 26 22:21:01 2026 -0800 docs(readme): sync database logos with auto-generated docs Run `yarn update:readme-db-logos` to sync the README's supported databases section with the full set from engine spec metadata. This brings the README from 38 to 65 database logos, matching what the docs homepage shows. Also picks up the recently added MongoDB engine spec. Co-Authored-By: Claude Opus 4.5 <[email protected]> --- README.md | 103 +++++++++++++++++++++++++++---------------- docs/src/data/databases.json | 75 +++++++++++++++++++++++++++---- 2 files changed, 132 insertions(+), 46 deletions(-) diff --git a/README.md b/README.md index 73ccfc8a61..d12a7d066c 100644 --- a/README.md +++ b/README.md @@ -107,44 +107,71 @@ Here are some of the major database solutions that are supported: <!-- SUPPORTED_DATABASES_START --> <p align="center"> - <img src="https://superset.apache.org/img/databases/doris.png" alt="apache-doris" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/apache-drill.png" alt="apache-drill" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/druid.png" alt="apache-druid" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/apache-hive.svg" alt="apache-hive" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/apache-impala.png" alt="apache-impala" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/apache-kylin.png" alt="apache-kylin" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/apache-pinot.svg" alt="apache-pinot" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/amazon-athena.jpg" alt="aws-athena" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/redshift.png" alt="aws-redshift" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/clickhouse.png" alt="clickhouse" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/couchbase.svg" alt="couchbase" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/databend.png" alt="databend" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/databricks.png" alt="databricks" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/denodo.png" alt="denodo" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/dremio.png" alt="dremio" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/exasol.png" alt="exasol" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/firebird.png" alt="firebird" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/firebolt.png" alt="firebolt" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/google-big-query.svg" alt="google-bigquery" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/google-sheets.svg" alt="google-sheets" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/ibm-db2.svg" alt="ibm-db2" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/netezza.png" alt="ibm-netezza" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/mariadb.png" alt="mariadb" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/msql.png" alt="microsoft-sql-server" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/mysql.png" alt="mysql" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/oceanbase.svg" alt="oceanbase" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/oraclelogo.png" alt="oracle" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/postgresql.svg" alt="postgresql" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/presto-og.png" alt="presto" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/sap-hana.png" alt="sap-hana" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/snowflake.svg" alt="snowflake" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/sqlite.png" alt="sqlite" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/starrocks.png" alt="starrocks" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/tdengine.png" alt="tdengine" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/teradata.png" alt="teradata" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/trino.png" alt="trino" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/vertica.png" alt="vertica" border="0" width="120" height="60" class="database-logo" /> - <img src="https://superset.apache.org/img/databases/ydb.svg" alt="ydb" border="0" width="120" height="60" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/amazon-athena.jpg" alt="amazon-athena" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/aws.png" alt="amazon-dynamodb" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/redshift.png" alt="amazon-redshift" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/doris.png" alt="apache-doris" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/apache-drill.png" alt="apache-drill" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/druid.png" alt="apache-druid" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/apache-hive.svg" alt="apache-hive" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/apache-impala.png" alt="apache-impala" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/apache-kylin.png" alt="apache-kylin" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/apache-pinot.svg" alt="apache-pinot" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/apache-solr.png" alt="apache-solr" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/apache-spark.png" alt="apache-spark-sql" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/ascend.webp" alt="ascend" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/mysql.png" alt="aurora-mysql-(data-api)" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/postgresql.svg" alt="aurora-postgresql-(data-api)" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/kusto.png" alt="azure-data-explorer" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/azure.svg" alt="azure-synapse" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/clickhouse.png" alt="clickhouse" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/cloudflare.png" alt="cloudflare-d1" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/cockroachdb.png" alt="cockroachdb" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/couchbase.svg" alt="couchbase" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/cratedb.png" alt="cratedb" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/databend.png" alt="databend" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/databricks.png" alt="databricks" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/apache-hive.svg" alt="databricks-interactive-cluster" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/denodo.png" alt="denodo" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/dremio.png" alt="dremio" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/duckdb.png" alt="duckdb" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/elasticsearch.png" alt="elasticsearch" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/exasol.png" alt="exasol" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/firebird.png" alt="firebird" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/firebolt.png" alt="firebolt" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/google-big-query.svg" alt="google-bigquery" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/google-sheets.svg" alt="google-sheets" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/greenplum.png" alt="greenplum" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/hologres.png" alt="hologres" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/ibm-db2.svg" alt="ibm-db2" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/ibm-db2.svg" alt="ibm-db2-for-i" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/netezza.png" alt="ibm-netezza-performance-server" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/mariadb.png" alt="mariadb" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/msql.png" alt="microsoft-sql-server" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/monet-db.png" alt="monetdb" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/mongodb.png" alt="mongodb" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/motherduck.png" alt="motherduck" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/mysql.png" alt="mysql" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/oceanbase.svg" alt="oceanbase" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/oraclelogo.png" alt="oracle" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/postgresql.svg" alt="postgresql" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/presto-og.png" alt="presto" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/risingwave.png" alt="risingwave" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/sap-hana.png" alt="sap-hana" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/sybase.png" alt="sap-sybase" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/shillelagh.png" alt="shillelagh" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/singlestore.png" alt="singlestore" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/snowflake.svg" alt="snowflake" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/sqlite.png" alt="sqlite" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/starrocks.png" alt="starrocks" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/superset.svg" alt="superset-meta-database" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/tdengine.png" alt="tdengine" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/teradata.png" alt="teradata" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/timescale.png" alt="timescaledb" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/trino.png" alt="trino" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/vertica.png" alt="vertica" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/ydb.svg" alt="ydb" border="0" width="80" height="40" class="database-logo" /> + <img src="https://superset.apache.org/img/databases/yugabyte.png" alt="yugabytedb" border="0" width="80" height="40" class="database-logo" /> </p> <!-- SUPPORTED_DATABASES_END --> diff --git a/docs/src/data/databases.json b/docs/src/data/databases.json index 0605694146..d8aaa76e6c 100644 --- a/docs/src/data/databases.json +++ b/docs/src/data/databases.json @@ -1,16 +1,16 @@ { - "generated": "2026-01-21T23:22:58.314Z", + "generated": "2026-01-27T06:14:03.276Z", "statistics": { - "totalDatabases": 67, - "withDocumentation": 67, - "withConnectionString": 67, - "withDrivers": 34, + "totalDatabases": 68, + "withDocumentation": 68, + "withConnectionString": 68, + "withDrivers": 35, "withAuthMethods": 4, - "supportsJoins": 63, - "supportsSubqueries": 64, + "supportsJoins": 64, + "supportsSubqueries": 65, "supportsDynamicSchema": 15, "supportsCatalog": 9, - "averageScore": 34, + "averageScore": 33, "maxScore": 201, "byCategory": { "Other Databases": [ @@ -33,6 +33,7 @@ "Hologres", "IBM Db2 for i", "Azure Data Explorer", + "MongoDB", "Microsoft SQL Server", "Azure Synapse", "IBM Netezza Performance Server", @@ -175,6 +176,7 @@ "Couchbase", "Amazon DynamoDB", "Elasticsearch", + "MongoDB", "Parseable", "Apache Solr" ], @@ -3009,6 +3011,63 @@ "query_cost_estimation": false, "sql_validation": false }, + "MongoDB": { + "engine": "mongodb", + "engine_name": "MongoDB", + "module": "mongodb", + "documentation": { + "description": "MongoDB is a document-oriented, operational NoSQL database.", + "logo": "mongodb.png", + "homepage_url": "https://www.mongodb.com/", + "categories": [ + "SEARCH_NOSQL", + "PROPRIETARY" + ], + "pypi_packages": [ + "pymongosql" + ], + "connection_string": "mongodb://{username}:{password}@{host}:{port}/{database}?mode=superset", + "parameters": { + "username": "Username for MongoDB", + "password": "Password for MongoDB", + "host": "MongoDB host", + "port": "MongoDB port", + "database": "Database name" + }, + "drivers": [ + { + "name": "MongoDB Atlas Cloud", + "pypi_package": "pymongosql", + "connection_string": "mongodb+srv://{username}:{password}@{host}/{database}?mode=superset", + "notes": "For MongoDB Atlas cloud service.", + "is_recommended": true + }, + { + "name": "MongoDB Cluster", + "pypi_package": "pymongosql", + "connection_string": "mongodb://{username}:{password}@{host}:{port}/{database}?mode=superset", + "is_recommended": false, + "notes": "For self-hosted MongoDB instances." + } + ], + "notes": "Uses PartiQL for SQL queries. Requires mode=superset parameter.", + "docs_url": "https://github.com/passren/PyMongoSQL" + }, + "time_grains": {}, + "score": 0, + "max_score": 0, + "joins": true, + "subqueries": true, + "supports_dynamic_schema": false, + "supports_catalog": false, + "supports_dynamic_catalog": false, + "ssh_tunneling": false, + "query_cancelation": false, + "supports_file_upload": false, + "user_impersonation": false, + "query_cost_estimation": false, + "sql_validation": false + }, "Microsoft SQL Server": { "engine": "microsoft_sql_server", "engine_name": "Microsoft SQL Server",
