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

Add links to realtime databases (#5279)

This commit is contained in:
Peter Sarossy
2024-05-10 18:00:16 -04:00
committed by GitHub
parent d9d8d7891e
commit 389d431005

View File

@@ -1,3 +1,6 @@
# 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. 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.
[Firebase](https://firebase.google.com/)
[RethinkDB](https://rethinkdb.com/)