Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kneth/cratejdbctestbed
A simple Java application to play with CrateDB and JDBC drivers
https://github.com/kneth/cratejdbctestbed
Last synced: 28 days ago
JSON representation
A simple Java application to play with CrateDB and JDBC drivers
- Host: GitHub
- URL: https://github.com/kneth/cratejdbctestbed
- Owner: kneth
- License: apache-2.0
- Created: 2024-11-21T15:24:06.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-21T15:32:39.000Z (about 1 month ago)
- Last Synced: 2024-11-21T16:33:11.751Z (about 1 month ago)
- Language: Java
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crate JDBC Testbed
A simple Java application to experiment with CrateDB and JDBC.
In `app/build.gradle` you can change the JDBC driver to use.
To run the application, you need to start CrateDB:
```shell
docker run --publish=4200:4200 --publish=5432:5432 --env CRATE_HEAP_SIZE=1g --pull=always crate
```and `./gradlew run` will run the application.