Skip to content

yuhrao/big-bang

Repository files navigation

Deploy static content to Pages Banner

big-bang

My personal set of components to build apps.

Components

Component Description Clojars
config manage configuration clojars version
data-cloak Obscure data for security Clojars Version
database Handle database oprations Clojars Version
feature-flag Manage app features with different rollout strategies Clojars Version
http-client HTTP requests Clojars Version
logger Write logs to variou targets Clojars Version
serdes Content Negotiation Clojars Version
webserver Full-featured Web Server Clojars Version

Table of Contents

Development Highlights

Third-party Components to Explore

Useful Dev Tools

Dev

Polylith

Find comprehensive guides and documentation to help you start working with Polylith as quickly as possible:

You can also get in touch with the Polylith Team via our forum or on Slack.

Scripts

Run tests

# This is just a helper. Use it if you want.
alias poly='clojure -M:poly'

# unit testing
poly test project:development

# integration
poly test project:itests

# Test all
poly test :dev

To Do

  • Migrate JSON serde to Charred
  • Github Action for deploy