Instream v0.14.0 Instream.Data.Write

Database write query helper.

Summary

Functions

Determines the proper database to write points to

Creates a writing query object from a single or a list of points

Functions

determine_database(arg1, opts)
determine_database(map | [map], Keyword.t) :: String.t | nil

Determines the proper database to write points to.

Later usage depends on the writer.

query(payload, opts)
query(map | [map], Keyword.t) :: Instream.Query.t

Creates a writing query object from a single or a list of points.