FlatBuffers: Data storage software that serializes data for transfer in such a way that it can be accessed quickly, eliminating the need to first duplicate it.
The same idea can be applied when scaling linked data streams, and even linked datasets themselves. A root server could for instance serve as an entry way for data publishers to push their data to, in addition to for users to send their requests to. These requests can subsequently be routed via multiple intermediaries, depending…