Liking cljdoc? Tell your friends :D

burningswell.streams.weather.models


-mainclj

(-main & args)

Publish commands to update the data sources of the weather models.

Publish commands to update the data sources of the weather models.
raw docstring

cli-configclj

(cli-config env)

clientclj

(client {:keys [db producer] :as config})

Returns a client for the weather dataset worker.

Returns a client for the weather dataset worker.
raw docstring

configclj

(config & [opts])

insert-datasources!clj

(insert-datasources! db {:keys [datasources] :as model})

Update the data sources of model.

Update the data sources of `model`.
raw docstring

make-topologyclj

(make-topology {:keys [db config] :as env})

runclj

(run {:keys [producer db] :as system} & args)

Run the client of the weather model worker.

Run the client of the weather model worker.
raw docstring

update-latest-reference-time!clj

(update-latest-reference-time! db {:keys [datasources] :as model})

Update the latest reference time of model.

Update the latest reference time of `model`.
raw docstring

update-model!clj

(update-model! db model)

Update the data sources and the latest reference time of model.

Update the data sources and the latest reference time of `model`.
raw docstring

workerclj

(worker & [opts])

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close