Skip to content

moclojer lib-components, built on top of stuartsierra/component

License

Notifications You must be signed in to change notification settings

moclojer/components

Repository files navigation

Components

These are all the components we use at moclojer. Specifically:

  • config.clj
  • database.clj
  • db_utils.clj
  • http.clj
  • logs.clj
  • migrations.clj
  • redis_publisher.clj
  • redis_queue.clj
  • router.clj
  • sentry.clj
  • storage.clj
  • webserver.clj

We use stuartsierra's component library for state management.

How to use

This lib is supposed to be plug & play.

Clojars

Add this to your deps.edn:

{:deps
 {com.moclojer/components {:mvn/version "0.0.3"}}}

Github

Add this to your deps.edn:

{:deps
 {com.moclojer/components {:git/url "https://github.com/moclojer/components.git"
                           :git/sha "59df394897df13d44125aaa5f2a839fd70bb9d84"}}}

About

moclojer lib-components, built on top of stuartsierra/component

Resources

License

Stars

Watchers

Forks

Packages

No packages published