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

Converted PNG file to Markdown Table #4

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
The following is a list of drivers certified for production use.

| Connection Type | Driver | Certification |
|:--------------- |:------ |:------------- |
| Teradata | Native | Production |
| Oracle | Native | Production |
| MS SQL Server | Native | Production |
| Snowflake | Native | Production |
| S3 | S3 SDK in Web / S3a connector in Core | Production |
| Hive | Simba JDBC | Production |
| Impala | Simba JDBC | Production |
| Postgres | Native | Production |
| MySql | Native | Production |
| Kafka | Native | Production |
| DB2 | Native | Production |
| GreenPlum | postgres | Production |
| HDFS | HDFS connector | Production |

The following is a list of drivers which are for test purposes (not certified yet for production usage).

| Connection Type | Driver | Certification |
|:--------------- |:------ |:------------- |
| mongoDB | Junity | Preview |
| MapR Hive?? | MapR Hive Driver | Preview |
| Redshift | Simba JDBC | Preview |
| Athena | Simba JDBC | Preview |
| Presto | Simba | Preview |
| Bigquery | Simba JDBC for Web / Bigquery Spark Connector in Core | Preview |
| GCS | Google Cloud SDK for Web / GCS Spark Conenctor in Core | Preview |
| Solr | Solr's JDBC | Preview |
| Phoenix | Native | Preview |
| Cassandra | Native | Preview |
| MS SQL DW | Native | Preview |
| Delta Lake | Native | Preview |
| SAP HANA | Native | Preview |
| MariaDB | Mysql Driver | Preview |