Skip to content

Commit

Permalink
0005109: Microsoft Azure CosmosDB support
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobvanmeter committed Nov 8, 2021
1 parent 4640f84 commit 8a94baa
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -22,7 +22,6 @@
repos=https://jcenter.bintray.com, https://repository.mulesoft.org/nexus/content/repositories/public, https://packages.confluent.io/maven, http://maven.jumpmind.com/repo
bigquery=com.fasterxml.jackson.core:jackson-core:2.10.2, com.google.api:api-common:1.8.1, com.google.api-client:google-api-client:1.30.4, com.google.api:gax:1.49.1, com.google.api:gax-httpjson:0.66.1, com.google.api.grpc:proto-google-common-protos:1.17.0, com.google.api.grpc:proto-google-iam-v1:0.13.0, com.google.apis:google-api-services-bigquery:v2-rev20190907-1.30.3, com.google.auth:google-auth-library-credentials:0.18.0, com.google.auth:google-auth-library-oauth2-http:0.18.0, com.google.auto.value:auto-value-annotations:1.6.6, com.google.cloud:google-cloud-bigquery:1.99.0, com.google.cloud:google-cloud-core:1.91.3, com.google.cloud:google-cloud-core-http:1.91.3, com.google.code.findbugs:jsr305:3.0.2, com.google.code.gson:gson:2.8.6, com.google.guava:guava:28.1-android, com.google.http-client:google-http-client:1.32.1, com.google.http-client:google-http-client-appengine:1.32.1, com.google.http-client:google-http-client-jackson2:1.32.1, com.google.j2objc:j2objc-annotations:1.3, com.google.oauth-client:google-oauth-client:1.30.3, io.grpc:grpc-context:1.22.1, io.opencensus:opencensus-api:0.24.0, io.opencensus:opencensus-contrib-http-util:0.24.0, javax.annotation:javax.annotation-api:1.3.2, org.apache.httpcomponents:httpclient:4.5.10, org.apache.httpcomponents:httpcore:4.4.12, org.threeten:threetenbp:1.3.3
cassandra=com.datastax.cassandra:cassandra-driver-core:3.1.4
cosmos=com.azure:azure-cosmos:4.19.1
db2=jdbc.db2:db2jcc:9.7, net.sf.jt400:jt400:9.7
derby=org.apache.derby:derby:10.14.2.0, org.apache.derby:derbytools:10.14.2.0
elasticsearch=org.elasticsearch.client:elasticsearch-rest-high-level-client:7.10.2
Expand All @@ -36,7 +35,7 @@ informix=jdbc.informix:ifxjdbc:1.0, jdbc.informix:ifxlang:1.0
interbase=jdbc.interbase:interclient:13.2.0
kafka=org.apache.kafka:kafka-clients:1.1.0, org.lz4:lz4-java:1.4, org.xerial.snappy:snappy-java:1.1.7.1, org.apache.avro:avro:1.8.2, org.codehaus.jackson:jackson-mapper-asl:1.9.13, com.thoughtworks.paranamer:paranamer:2.7, org.xerial.snappy:snappy-java:1.1.7.1, org.apache.commons:commons-compress:1.8.1, org.tukaani:xz:1.5, io.confluent:kafka-avro-serializer:3.2.1, io.confluent:kafka-schema-registry-client:3.2.1, io.confluent:common-config:3.2.1, io.confluent:common-utils:3.2.1, com.101tec:zkclient:0.10, org.apache.zookeeper:zookeeper:3.4.8, jline:jline:0.9.94, io.netty:netty:3.7.0.Final, org.codehaus.jackson:jackson-core-asl:1.9.13, com.fasterxml.jackson.core:jackson-databind:2.10.3, com.fasterxml.jackson.core:jackson-annotations:2.10.3, com.fasterxml.jackson.core:jackson-core:2.10.3
mariadb=org.mariadb.jdbc:mariadb-java-client:2.4.0
mongo=org.mongodb:mongodb-driver-sync:4.3.1
mongodb=org.mongodb:mongodb-driver-sync:4.3.1
mssql=jdbc.sqlserver:sqljdbc:4.0
#mysql=mysql:mysql-connector-java:5.1.45
nuodb=jdbc.nuodb:nuodb-jdbc:3.3.1
Expand All @@ -53,12 +52,15 @@ teradata=jdbc.teradata:terajdbc4:16.20.00.10
tibero=jdbc.tibero:tibero:6
topspeed=nl.cad:tps-parse:1.0.15-SNAPSHOT, com.beust:jcommander:1.30, joda-time:joda-time:2.8.1
voltdb=org.voltdb:voltdbclient:8.4.1
cosmos=com.azure:azure-cosmos:4.19.1

driver.bigquery=com.google.cloud.bigquery.BigQuery
driver.cassandra=com.datastax.driver.core.Cluster
driver.db2=com.ibm.db2.jcc.DB2Driver, com.ibm.as400.access.AS400JDBCDriver
driver.cosmos=com.azure.cosmos.CosmosClient
driver.derby=org.apache.derby.jdbc.EmbeddedDriver
driver.elasticsearch=org.elasticsearch.client.core.MainRequest
driver.mongodb=com.mongodb.client.MongoClient
driver.firebird=org.firebirdsql.jdbc.FBDriver
driver.hana=com.sap.db.jdbc.Driver
driver.hbase=org.apache.phoenix.jdbc.PhoenixDriver
Expand Down

0 comments on commit 8a94baa

Please sign in to comment.