# Functions
NewStreamingDataStore is synonymous to NewStreamingDataStore but is geared for storing blobs in blob table in Cassandra.
NewStreamingDataStoreExt instantiates a new Data Store for use in "streaming data".
Synonymous to NewStreamingDataStore but expects StoreOptions parameter.
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.