We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GraalVM Native Image support to ChronDB to enable distribution as a standalone binary, improving deployment options and startup performance.
GraalVM Native Image will allow ChronDB to:
Add GraalVM configuration files:
reflect-config.json
resource-config.json
Update build process:
Test native binary:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Add GraalVM Native Image support to ChronDB to enable distribution as a standalone binary, improving deployment options and startup performance.
Motivation
GraalVM Native Image will allow ChronDB to:
Implementation Details
Add GraalVM configuration files:
reflect-config.json
for reflection configurationresource-config.json
for resource inclusionUpdate build process:
Test native binary:
The text was updated successfully, but these errors were encountered: