Because the DevOps movement has redefined engineering responsibilities, SREs now have to become stewards of observability strategy.
Apache Cassandra combines the benefits of major NoSQL databases to support data management needs not covered by traditional RDBMS vendors.
Ideally, microservices are self-reliant. Yet, just like the monolithic web applications that came before them, microservices send queries to database servers. Alternatively, we can embed a database within all of our microservices, replace SQL with database APIs and have all of the embedded databases replicate to the same database server. There’s no need for a cache and it doesn’t matter if the database server fails because all of the necessary data is available locally.
We’re going to introduce a new microservices architecture and follow it up with a demo and code walkthrough.
In this webinar, you’ll learn more about:
• Building microservices with embedded databases
• Accessing data directly via database APIs instead of SQL
• Running Java microservices on Quarkus
• Taking advantage of Java streams to augment database indexes