[CI] add CI to root path
863 files changed
tree: 14737e781dc3dadb15038b73ceca1e377cf4f260
  1. .github/
  2. .mvn/
  3. apache-skywalking-native-apm/
  4. apm-checkstyle/
  5. dist-material/
  6. docker/
  7. envoy-metrics-receiver-plugin-graal-native/
  8. graal/
  9. graal-config-generator/
  10. graal-package-IT/
  11. graal-server-starter/
  12. library-util-graal-native/
  13. log-analyzer-graal-native/
  14. meter-analyzer-graal-native/
  15. oal-rt-graal-native/
  16. server-core-graal-native/
  17. skywalking-on-graal-compiling-plugin/
  18. test/
  19. .gitmodules
  20. Makefile
  21. mvnw
  22. mvnw.cmd
  23. pom.xml
  24. README.md
README.md

SkyWalking GraalVM Distro

GraalVM compiles your Java applications ahead of time into standalone binaries. These binaries are smaller, start up to 100x faster, provide peak performance with no warmup, and use less memory and CPU than applications running on a Java Virtual Machine (JVM).

SkyWalking GraalVM Distro is a re-distribution version of the official Apache SkyWalking OAP server. This distro could bring the OAP benefits from the native build powered by Graal VM. But as the limitation of the GraalVM, this distro may provide features in different implementations, and require recompilation rather than change config files.

License

Apache 2.0