Building native images and compiling with GraalVM and sbt

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • sbt-dependency-graph

    Discontinued sbt plugin to create a dependency graph for your project [Moved to: https://github.com/sbt/sbt-dependency-graph] (by jrudolph)

  • For further investigation, I added the sbt-dependency-graph plugin and checked out the dependency-tree with sbt dependencyBrowserTree. The library logback wasn't included in the dependency tree. Which is odd, since logback is clearly present in the project's library-dependencies.

  • apply-at-vdb

  • The full setup can be found on Github. But I'll summarise the used stack below. The project is built around the following libraries, no particular reason, simply because I like them.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • sbt-assembly

    Deploy über-JARs. Restart processes. (port of codahale/assembly-sbt)

  • With the sbt-assembly plugin you can create JAR-files with all of its dependencies (fat JARs). sbt assembly creates this target/scala-2.12/apply-at-vdb-assembly-0.1.0-SNAPSHOT.jar which has a size of around 42MB:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Trouble with sbt-native-packager

    2 projects | /r/scala | 7 Dec 2023
  • sbt-assembly 2.0.0-RC1 released

    1 project | /r/scala | 1 May 2022
  • sbt-blowout

    2 projects | /r/scala | 25 Feb 2022
  • SBT error when running package application: java.lang.RuntimeException: No main class detected.

    3 projects | /r/scala | 9 Jun 2021
  • Security Vulnerability Scanning for Scala

    1 project | /r/scala | 23 May 2021