https://github.com/awslabs/aws-mysql-jdbc

The Amazon Web Services (AWS) JDBC Driver for MySQL is a driver that enables applications to take full advantage of the features of clustered MySQL databases.

https://github.com/awslabs/aws-mysql-jdbc

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.9%) to scientific vocabulary

Keywords

aws-jdbc-driver java jdbc mysql mysql-connector
Last synced: 6 months ago · JSON representation

Repository

The Amazon Web Services (AWS) JDBC Driver for MySQL is a driver that enables applications to take full advantage of the features of clustered MySQL databases.

Basic Info
Statistics
  • Stars: 233
  • Watchers: 10
  • Forks: 49
  • Open Issues: 8
  • Releases: 21
Topics
aws-jdbc-driver java jdbc mysql mysql-connector
Created about 5 years ago · Last pushed 9 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct

README

AWS JDBC Driver for MySQL

Copyright Amazon.com Inc. or affiliates.



The Amazon Web Services (AWS) JDBC Driver for MySQL is a driver that enables

applications to take full advantage of the features of clustered MySQL databases.

It is based on and can be used as a drop-in replacement for the MySQL Connector/J driver

(https://github.com/mysql/mysql-connector-j) and is compatible with all MySQL deployments.




The AWS JDBC Driver for MySQL currently enables fast failover for Amazon Aurora with MySQL

compatibility. Support for additional features of clustered databases, including features

of Amazon RDS for MySQL and on-premises MySQL deployments, is planned.



License information can be found in the LICENSE file.



This distribution may include materials developed by third parties.

For license and attribution notices for these materials, please refer to the

LICENSE file.

Owner

  • Name: Amazon Web Services - Labs
  • Login: awslabs
  • Kind: organization
  • Location: Seattle, WA

AWS Labs

GitHub Events

Total
  • Issues event: 2
  • Watch event: 6
  • Delete event: 21
  • Issue comment event: 25
  • Push event: 4
  • Pull request review event: 2
  • Pull request review comment event: 1
  • Pull request event: 60
  • Fork event: 3
  • Create event: 25
Last Year
  • Issues event: 2
  • Watch event: 6
  • Delete event: 21
  • Issue comment event: 25
  • Push event: 4
  • Pull request review event: 2
  • Pull request review comment event: 1
  • Pull request event: 60
  • Fork event: 3
  • Create event: 25

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 55
  • Total pull requests: 318
  • Average time to close issues: 3 months
  • Average time to close pull requests: 29 days
  • Total issue authors: 44
  • Total pull request authors: 20
  • Average comments per issue: 5.16
  • Average comments per pull request: 0.71
  • Merged pull requests: 106
  • Bot issues: 1
  • Bot pull requests: 213
Past Year
  • Issues: 3
  • Pull requests: 52
  • Average time to close issues: less than a minute
  • Average time to close pull requests: 21 days
  • Issue authors: 3
  • Pull request authors: 5
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.73
  • Merged pull requests: 2
  • Bot issues: 1
  • Bot pull requests: 45
Top Authors
Issue Authors
  • dwenking (4)
  • abedali (3)
  • little-apppple (3)
  • flauschie (2)
  • goodidea-kp (2)
  • bmariesan (2)
  • fgoldenberg-sdl (2)
  • riruvuri (1)
  • leeabuan (1)
  • matsev (1)
  • albanf (1)
  • zromano (1)
  • dependabot[bot] (1)
  • krishnasundaresan (1)
  • chrillux (1)
Pull Request Authors
  • dependabot[bot] (247)
  • aaronchung-bitquill (19)
  • karenc-bq (19)
  • crystall-bitquill (18)
  • jasonli-improving (10)
  • sergiyvamz (7)
  • davecramer (5)
  • joyc-bq (4)
  • congoamz (4)
  • israel4435-ux (3)
  • janickr (2)
  • brunos-bq (2)
  • tomchiverton (2)
  • GregCKrause (2)
  • matsev (1)
Top Labels
Issue Labels
bug (33) documentation (7) enhancement (6) Information required (5) community bug (2) wontfix (1) dependencies (1) java (1)
Pull Request Labels
dependencies (246) java (91)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 20
  • Total versions: 21
repo1.maven.org: software.aws.rds:aws-mysql-jdbc

Amazon Web Services (AWS) JDBC Driver for MySQL.

  • Versions: 21
  • Dependent Packages: 0
  • Dependent Repositories: 20
Rankings
Dependent repos count: 5.4%
Stargazers count: 23.5%
Forks count: 25.4%
Average: 26.1%
Dependent packages count: 50.1%
Last synced: 6 months ago

Dependencies

.github/workflows/main.yml actions
  • actions/checkout v2 composite
  • actions/setup-java v1 composite
  • actions/upload-artifact v2 composite
  • aws-actions/configure-aws-credentials v1 composite
.github/workflows/maven_release.yml actions
  • actions/checkout v2 composite
  • actions/setup-java v1 composite
  • crazy-max/ghaction-import-gpg v4 composite
.github/workflows/maven_snapshot.yml actions
  • actions/checkout v2 composite
  • actions/setup-java v1 composite
  • crazy-max/ghaction-import-gpg v4 composite
.github/workflows/pull_request.yml actions
  • actions/checkout v2 composite
  • actions/setup-java v1 composite
  • actions/upload-artifact v2 composite
.github/workflows/release_draft.yml actions
  • actions/checkout v2 composite
  • actions/setup-java v1 composite
  • crazy-max/ghaction-import-gpg v4 composite
  • ncipollo/release-action v1 composite
.github/workflows/remove-old-artifacts.yml actions
  • c-hive/gha-remove-artifacts v1 composite
docker/docker-compose.yml docker
  • mysql 8.0.21
build.gradle.kts maven
  • org.ajoberstar.grgit:grgit-gradle 4.1.1 compileOnly
  • software.amazon.awssdk:secretsmanager 2.17.191 compileOnly
  • com.google.protobuf:protobuf-java 3.19.1 implementation
  • com.mchange:c3p0 0.9.5.5 implementation
  • com.oracle.oci.sdk:oci-java-sdk-common 2.13.0 implementation
  • org.javassist:javassist 3.28.0-GA implementation
  • org.slf4j:slf4j-api 2.0.1 implementation
  • software.amazon.awssdk:rds 2.17.191 implementation
  • com.zaxxer:HikariCP 4.0.3 testImplementation
  • org.apache.commons:commons-dbcp2 2.9.0 testImplementation
  • org.apache.poi:poi-ooxml 5.2.3 testImplementation
  • org.hamcrest:hamcrest 2.2 testImplementation
  • org.junit.jupiter:junit-jupiter-api 5.8.2 testImplementation
  • org.junit.jupiter:junit-jupiter-engine 5.9.2 testImplementation
  • org.junit.jupiter:junit-jupiter-params 5.9.3 testImplementation
  • org.junit.platform:junit-platform-commons 1.9.1 testImplementation
  • org.junit.platform:junit-platform-engine 1.9.1 testImplementation
  • org.junit.platform:junit-platform-launcher 1.9.1 testImplementation
  • org.junit.platform:junit-platform-suite-engine 1.9.1 testImplementation
  • org.mockito:mockito-inline 4.8.0 testImplementation
  • org.testcontainers:junit-jupiter 1.18.3 testImplementation
  • org.testcontainers:mysql 1.18.3 testImplementation
  • org.testcontainers:testcontainers 1.18.3 testImplementation
  • org.testcontainers:toxiproxy 1.18.3 testImplementation
  • software.amazon.awssdk:ec2 2.17.191 testImplementation
  • software.amazon.awssdk:rds 2.17.191 testImplementation
  • software.amazon.awssdk:secretsmanager 2.17.191 testImplementation
src/build/misc/pom.xml maven
  • com.google.protobuf:protobuf-java 3.19.6
  • com.oracle.oci.sdk:oci-java-sdk-common 2.14.1