You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a data sink node: any destination that can store data on behalf of the user/device(s)
data sink storage type: either blob or time series entry. Time series entry can be a metric or a log entry. A blob will be a data blob of some size, typically for larger text docs or binary such as an image.
data sink capacity: the published capacity available for storage, typically will be finite, and style of storage may be a ring buffer if storage is extremely limited (i.e. might only store the most recent 100K of data)
data sink api: the api exposed to applications to allow storage and retrieval of data
data sink auth: the authentication method presented to applications to store/retrieve data
data sink client: any device or app that sends data to sink
Open Questions
How to sink smartly so that already previously sync'd data isn't sent
Do we leave reliability of data sink to the client?
Problem
Definitions
Open Questions