Skip to content

Introducing Streaming Ingest Client

Compare
Choose a tag to compare
@ArielYehezkely ArielYehezkely released this 20 Nov 12:30
· 292 commits to master since this release

Streaming ingest is used to ingest small chunks of data directly to the engine.
Streaming ingest feature should be enabled on the target cluster and database/table - to read more about streaming ingestion see Streaming ingestion (Preview)

BREAKING CHANGES:

None

FEATURES:

Streaming ingest client - provides methods to ingest from ReadStream and local files.

FIXES:

None