The architectural differences between microservices and monolithic web applications have created an opportunity to further improve and simplify data access.
The ideal microservice has no external dependencies, including a remote database server, and is the sole provider of read/write access to a subset of data (e.g., customer profiles).
In this webinar, we explain how to build self-contained, high-speed microservices with a hybrid embedded/client-server database architecture – eliminating network overhead and replacing batch processing (i.e., SQL) with data streaming.
Watch the webinar now and learn how to:
- Use an embedded database in microservices
- Interact with data programmatically rather than via SQL
- Access tables and query results as streams
Duration: 1 hour and 1 minute