Liking cljdoc? Tell your friends :D

collet.main


*env*clj


-mainclj

(-main & args)

Main entry point for the collet application. Receives the pipeline spec and config as arguments. Pipeline spec and config can be provided as a file path (local or S3) or a raw Clojure map.

Main entry point for the collet application.
Receives the pipeline spec and config as arguments.
Pipeline spec and config can be provided as a file path (local or S3) or a raw Clojure map.
raw docstring

cli-optionsclj


coercecljmultimethod

Coerce a value to the type referenced by a symbol.

Coerce a value to the type referenced by a symbol.
raw docstring

deep-mergeclj

(deep-merge & maps)

file-or-mapclj

(file-or-map target s)

Parses the provided string argument as a content of the file path or a raw Clojure map

Parses the provided string argument as a content of the file path or a raw Clojure map
raw docstring

get-envclj

(get-env name)
(get-env name type & options)

include-specclj

(include-spec path)

query->mapclj

(query->map query)

Turns a query string into a Clojure map with keyword keys

Turns a query string into a Clojure map with keyword keys
raw docstring

read-config-fileclj

(read-config-file target uri)

Reads the content of the file from the provided URI

Reads the content of the file from the provided URI
raw docstring

read-config-stringclj

(read-config-string target s)

read-regexclj

(read-regex rgx)

s3-file-contentclj

(s3-file-content uri)

Reads the content of a file from S3

Reads the content of a file from S3
raw docstring

start-publishersclj

(start-publishers)

Starts the publishers based on the provided configuration (environment variables)

Starts the publishers based on the provided configuration (environment variables)
raw docstring

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

× close