Streaming Databases
0h 0m 0s
English
Paid
Course description
Real-time applications are becoming the norm. However, for the model to function properly, it is necessary to obtain data in real-time, process it on the fly, and ensure low-latency analytics. In this practical book, data engineers, data architects, and analysts will learn how to use streaming databases to create real-time solutions.
Authors Hubert Dulay and Ralph M. Debusmann explain the basics of streaming databases, including their role in simplifying the infrastructure for such solutions. You will learn the differences between streaming databases, stream processing, and real-time OLAP (online analytical processing). Additionally, you will discover when to use push and pull queries, as well as how to handle synchronous and asynchronous data coming from streaming databases.
This guide will help you:
- Explore stream processing and streaming databases
- Learn to create real-time solutions using streaming databases
- Understand how to build materialized views from multiple streams
- Learn how to handle synchronous and asynchronous data
- Start creating solutions with minimal complexity and configuration.
Books
Read Book Streaming Databases
| # | Title |
|---|---|
| 1 | Streaming Databases |
Comments
0 commentsWant to join the conversation?
Sign in to commentSimilar courses
Fundamentals of Backend Communications and Protocols
Sources: udemy
Backend engineering is an art. During my 18 years career working with and building backend applications, I discovered that certain communication design patterns keep emerging. T...
15 hours 35 minutes 37 seconds
Fundamentals of Database Engineering
Sources: udemy
Database Engineering is a very interesting sector in software engineering. If you are interested in learning about database engineering you have come to the rig
26 hours 2 minutes 59 seconds
Clean Code: Writing Code for Humans
Sources: pluralsight
Anyone can write code a computer can understand, but professional developers write code *humans* can understand. Clean code is a reader-focused development styl
3 hours 10 minutes 36 seconds
Full-Stack Fundamentals 4 - Payments
Sources: Mckay Wrigley (takeoff)
In the previous section, we successfully implemented user authentication using Clerk. Now, based on this project, we will add online payment processing with...
54 minutes 17 seconds
Building a Database Engine
Sources: Martin Joo
The book "Building a Database Engine" is a practical guide to creating your own database engine from scratch. It is intended for developers...