Giter Site home page Giter Site logo

vertx-graal-native-image's Introduction

Vertx Graal Native Image Demo Application

This is a project which uses GraalVM to build a native image of a basic Vert.x application.

For comparison, the application can also be containerized by using Jib.

The Application

This repository contains the source code for running a basic Vert.x application with as few Verticles as possible. The idea is to provide configuration examples to illustrate various aspects of configuring the application.

What is illustrated in this application?

  • Basic Vert.x application.
  • Logging configuration via Logback.
  • External Override of Logback configuration.
  • External and Dyanmic configuration file reload.
  • Native executable binary.
  • Containerization

What is not included in this application?

  • Setting Gabage collector
    • G1 collector is not yet supported on MacOS arm64.

What is the catch?

  • No cross-compile support.
    • Have to use machines with different OS and platforms to build the native image for each OS/platform.

Prerequisistes

The Java release version is set to 22 for maven-compiler-plugin in the pom.xml file.

GraalVM can be installed via sdkman

sdk install java 22-graalce

How To Build

See How To Build

How To Run The Application

See How To Run

How To Configure Logging

See Logging

How To Read Files

See Reading Files

Hoe To Override Configurations with External Files

See Override with External Files for details.


vertx-graal-native-image's People

Contributors

cch0 avatar cch-k avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.