Add links to realtime databases (#5279)
parent
d9d8d7891e
commit
389d431005
1 changed files with 3 additions and 0 deletions
@ -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/) |
||||||
|
Loading…
Reference in new issue