# Functions
NewStreamingDataStore instantiates a new Data Store for use in "streaming data".
OpenStreamingDataStore opens an existing data store for use in "streaming data".
# Structs
An Encoder writes JSON values to an output stream by delegating to JSON Encoder.
StreamingDataKey is the Key struct for our Streaming Data Store.
StreamingDataStore contains methods useful for storage & management of entries that allow encoding and decoding to/from data streams.