(build-topology app builder)
Build the Kafka Streams topology.
Build the Kafka Streams topology.
(config & [opts])
Returns the configuration for the app.
Returns the configuration for the app.
(gravatar-photos {:keys [db gravatar photos] :as env} event)
Save the Gravatar profile photos for a create user event
.
Save the Gravatar profile photos for a create user `event`.
(oauth-provider-photos {:keys [db photos] :as env} {:keys [provider] :as event})
Returns the profile photos from an OAuth callback event.
Returns the profile photos from an OAuth callback event.
Returns the profile photo urls from an OAuth callback event.
Returns the profile photo urls from an OAuth callback event.
(save-profile-photo! {:keys [db photos] :as env} photo)
Save the profile photo
to the database.
Save the profile `photo` to the database.
The topics used by the user profile photo app.
The topics used by the user profile photo app.
(worker & [opts])
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close