module

Flux

Constants

VERSION = `shards version`

Class methods

configure

Sets the root config used by Flux.write and Flux.query and create a global client based on this.

Source
query(expression)

Executes a query on a the globally configured instance.

Source
query(expression, &block : QueryResult::Row, Array(QueryResult::Column) -> T) forall T

Executes a query on a the globally configured instance.

Source
write(point)

Writes a point the default configured bucket.

Source

Nested types