Skip to content

logicblocks/example-metosin-service

Repository files navigation

example-metosin-service

An example Clojure service using some Metosin libraries.

Learnings:

  1. Using hype for URL generation is possible by modifying the expander function, which allows you to define the routes in the bidi-style route structure that hype expects. EDIT: more complicated use cases do not seem possible due to differences in how route parameters are defined
  2. Integrant serves to create components that have a lifecycle. It allows you to define configuration for these components, but does not give capabilities out of the box to load configuration from various sources (environment, yaml/json file). I.e, it is not a replacement for configurati

About

An example Clojure service using Metosin libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published