Hades Edition contains database management standard components.
It is good for exploration the database instances, schemes and artefacts. It is also capable of exporting, importing and transferring data sets.
docker pull ghcr.io/codbex/codbex-hades:latest
docker run --name codbex-hades --rm -p 80:80 ghcr.io/codbex/codbex-hades:latest
mvn clean install
java --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED -jar application/target/codbex-hades-application-*.jar
java --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000 -jar application/target/codbex-hades-application-*.jar
http://localhost
http://localhost/swagger-ui/index.html
DIRIGIBLE_DATABASE_CUSTOM_DATASOURCES=MYDB1,MYDB2
MYDB1_DRIVER=(JDBC driver)
MYDB1_URL=(URL depending on the JDBC driver format)
MYDB1_USERNAME=(base64 encoded username)
MYDB1_PASSWORD=(base64 encoded password)
MYDB2_DRIVER=...
JAVA_TOOL_OPTIONS="-XX:MinRAMPercentage=80.0 -XX:MaxRAMPercentage=90.0"
logging.level.org.springframework=DEBUG
logging.level.org.eclipse.dirigible=DEBUG
spring.datasource.hikari.connectionTimeout="3600000"
spring.mvc.async.request-timeout="3600000"
DIRIGIBLE_DATABASE_DEFAULT_QUERY_LIMIT="10000000"