Introduction to Micronaut: Lightweight Microservices with Ahead of Time Compilation

Graeme Rocher | GOTO Amsterdam 2019

Share on:
linkedin facebook
Copied!

Transcript

In this session, the creator of Micronaut and Grails introduces the newly released Micronaut framework and demonstrates how Micronaut’s unique compile-time approach enables the development of ultra-lightweight Microservices for Java. Compelling aspects of the Micronaut framework include:

  • Subsecond startup time
  • Small processes that can run in as little as 10 MB of JVM heap
  • No runtime reflection
  • Dependency Injection and AOP
  • Cloud Native

Graeme will also demonstrate how you can take your Microservices to the next level by using Micronaut's Ahead of Time Compilation (AOT) support and Oracle's GraalVM to achieve instant startup and ultra-low memory footprint.

What will the audience learn from this talk?
Attendees will be introduced to Micronaut, learning the motivations for using Micronaut and basics of creating Microservices with Micronaut

Does it feature code examples and/or live coding?
yes

Prerequisite attendee experience level:
Level 100

About the speakers