obelisk.types.IngestMode

class obelisk.types.IngestMode(*values)[source]

Bases: Enum

Classic Obelisk accepts three ways of submitting new data. This integrates with the concept of Streams, which is a way to process datapoints as they come in.

The default submission method is to publish both to long-term storage and stream. This IngestMode can be changed to change this default.

Does not apply to HFS

__init__(*args, **kwds)

Attributes

DEFAULT

STREAM_ONLY

STORE_ONLY