This chapter covers the following topics.
-
Microservices interacting with databases are nicely supported in Helidon in various ways
-
Working with SQL and NoSQL using JDBC, JTA, and JPA in Helidon
-
Accessing data using Micronaut Data in Helidon
We have heard at many conferences and read in many articles that the best microservices are stateless, and we should keep them stateless. Nevertheless, real-world practices have shown that most microservices must keep state ...