1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-19 22:59:41 +01: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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