(-main & args)
Publish commands to update the data sources of the weather models.
Publish commands to update the data sources of the weather models.
(build-topology {:keys [db config] :as app} builder)
Build the Kafka Streams topology.
Build the Kafka Streams topology.
(cli-config env)
(client {:keys [db producer] :as config})
Returns a client for the weather model worker.
Returns a client for the weather model worker.
(config & [opts])
Returns the configuration for the app.
Returns the configuration for the app.
(insert-datasources! db {:keys [datasources] :as model})
Update the data sources of model
.
Update the data sources of `model`.
(run {:keys [producer db] :as system} & args)
Run the client of the weather model worker.
Run the client of the weather model worker.
(update-latest-reference-time! db {:keys [datasources] :as model})
Update the latest reference time of model
.
Update the latest reference time of `model`.
(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`.
(worker & [opts])
Returns a new weather model worker.
Returns a new weather model worker.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close