Liking cljdoc? Tell your friends :D

burningswell.worker.weather.spots


build-topologyclj

(build-topology {:keys [db config] :as app} builder)

Build the Kafka Streams topology.

Build the Kafka Streams topology.
raw docstring

configclj

(config & [opts])

Returns the configuration for the app.

Returns the configuration for the app.
raw docstring

create-partition-table!clj

(create-partition-table! db {:keys [valid-time] :as dataset})

Create the raster partition table for the dataset in db.

Create the raster partition table for the `dataset` in `db`.
raw docstring

drop-partition-table!clj

(drop-partition-table! db {:keys [valid-time] :as dataset})

Drop the spot weather partition table for the dataset in db.

Drop the spot weather partition table for the `dataset` in `db`.
raw docstring

partition-end-timeclj

(partition-end-time valid-time)

Returns the partition end time for valid-time.

Returns the partition end time for `valid-time`.
raw docstring

partition-start-timeclj

(partition-start-time valid-time)

Returns the partition start time for valid-time.

Returns the partition start time for `valid-time`.
raw docstring

partition-tableclj

(partition-table valid-time)

Returns the partition table name.

Returns the partition table name.
raw docstring

select-spot-weatherclj

(select-spot-weather db dataset)

Select the spot weather for dataset.

Select the spot weather for `dataset`.
raw docstring

update-partition!clj

(update-partition! db dataset)

Update the spot weather partition for dataset in db.

Update the spot weather partition for `dataset` in `db`.
raw docstring

update-spot-weather!clj

(update-spot-weather! db {:keys [id] :as dataset})

Download the dataset, convert and center it, and finally load it into the db.

Download the `dataset`, convert and center it, and finally load it
into the `db`.
raw docstring

workerclj

(worker & [opts])

Returns a new weather spot worker.

Returns a new weather spot worker.
raw docstring

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

× close