• Bear Giles's avatar
    Add entries for Generic cloud and datawarehouse databases. · cb416c7f
    Bear Giles 提交于
    This patch adds entries for Generic database entries for cloud
    and data warehouse databases. This is solely for convenience
    for people using the web server as a convenient frontend for
    SQL database.
    
    Conventional RDBMS databases moved into the cloud:
    
     - Azure SQL (Microsoft, based on SQL Server)
     - Redshift (Amazon, based on PostgreSQL 8)
    
    (Note: Redshift can also use a PostgreSQL driver but the
    Redshift driver has significantly better performance.)
    
    Cloud-native databases:
    
     - Hive 1
     - Hive 2
    
    (Note: hive may be run on a vanilla Hadoop cluster, a Cloudera
    cluster, or a Hortonworks cluster. The last two products may
    offer custom JDBC drivers.)
    
    (Note: this patch does not address Kerberos authentication
    or SSL encryption.)
    
    Data warehouse databases:
    
     - Impala
     - Snowflake
     - Teradata
    
    Impala is part of the Hadoop ecosystem and provided by Cloudera.
    Snowflake and Teradata are both commercial products.
    cb416c7f
名称
最后提交
最后更新
h2 Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
README.md Loading commit data...