1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

Add details for real-time databases (#2750)

This commit is contained in:
GalNey
2022-10-31 10:12:47 +02:00
committed by GitHub
parent 1526af1860
commit 8fab931771

View File

@@ -1 +1,3 @@
# Realtime databases
# Realtime databases
A real-time database is broadly defined as a data store designed to collect, process, and/or enrich an incoming series of data points (i.e., a data stream) in real time, typically immediately after the data is created.