Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fbiville/jdbc-experiments
https://github.com/fbiville/jdbc-experiments
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fbiville/jdbc-experiments
- Owner: fbiville
- License: apache-2.0
- Created: 2022-12-27T10:48:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T14:31:55.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T01:15:54.374Z (about 1 month ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JDBC experiments
## Prerequisites
- [Maven](https://maven.apache.org/download.cgi)
- [JDK 17](https://www.azul.com/downloads/?version=java-17-lts&package=jdk)
- [Docker](https://docs.docker.com/get-docker/)## JDBC Bolt 5.x with Neo4j 5
```shell
mvn --quiet --also-make --projects neo4j-5 compile exec:java
```If you see anything other than 42, then something is wrong.
Please [open an issue](https://github.com/fbiville/jdbc-experiments/issues/new).## JDBC Bolt 4.x with Neo4j 4.4
```shell
mvn --quiet --also-make --projects neo4j-44 compile exec:java
```If you see anything other than 42, then something is wrong.
Please [open an issue](https://github.com/fbiville/jdbc-experiments/issues/new).