This is the entry point for kamal as a production web server.
It exposes a single -main
function that can be called through
the command line (after uberjar compilation) as java -jar ...
The main function reads the environment variables and uses them to build and run the system configuration
As a convention we treat UPPERCASE names as environmental variables and lowercase names as custom created keywords
This is the entry point for kamal as a production web server. It exposes a single `-main` function that can be called through the command line (after uberjar compilation) as java -jar ... The main function reads the environment variables and uses them to build and run the system configuration As a convention we treat UPPERCASE names as environmental variables and lowercase names as custom created keywords
(prepare-areas m)
takes an environment network map and returns a map with :area as key namespace and the name file format as ending. For example: :area/gtfs
takes an environment network map and returns a map with :area as key namespace and the name file format as ending. For example: :area/gtfs
(system config)
creates a complete system map using components and the provided config
creates a complete system map using components and the provided config
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close