TL;DR; · Graph databases are ideal for query use cases with data with complex relationships and layers of connections · Its query language is fast, efficient and allows for retrieval of information at deeper levels of abstraction in the data · Neo4j is currently the most popular Graph database, and […]
Rosanna Denis
I'm inspired by people, and interested in people, science and technology. I have an interdisciplinary background through studies in Liberal Arts and Sciences and Molecular and Cellular Life Sciences. I dive into a subject, learn it, love it, own it, and move on to the next challenge.
Java programs as native executables: GraalVM is the answer!
TL;DR: • Using GraalVM Java applications can be compiled into native standalone executables (will be demonstrated). • Native executables of small Java programs startup blazingly fast, use considerably less resources compared to running on JVM and do not even require the JRE or any other kind of runtime apart from […]