GridDB JDBC Driver
The GridDB JDBC Driver provides a SQL interface for GridDB.
Building and program execution are checked in the environment below.
OS: CentOS 7.6(x64)
GridDB server: V4.5 CE(Community Edition)
Run the make command like the following:
$ ant
and create the following file and links under the bin/ folder.
gridstore-jdbc.jar
gridstore-jdbc-call-logging.jar
GridDB server need to be started in advance with "myCluster" as a cluster name and multicast method.
$ export CLASSPATH=${CLASSPATH}:./bin/gridstore-jdbc.jar
$ cp sample/en/jdbc/JDBCSelect.java .
$ javac JDBCSelect.java
$ java JDBCSelect
Refer to the file below for more detailed information.
- Issues
Use the GitHub issue function if you have any requests, questions, or bug reports. - PullRequest
Use the GitHub pull request function if you want to contribute code. You'll need to agree GridDB Contributor License Agreement(CLA_rev1.1.pdf). By using the GitHub pull request function, you shall be deemed to have agreed to GridDB Contributor License Agreement.
The JDBC Driver source license is Apache License, version 2.0.
See 3rd_party/3rd_party.md for the source and license of the third party.