Build CI/CD pipelines that test Clojure code, database assumptions, configuration, and deployment packaging together.
This section bridges the chapter overview and the detailed lessons below. For Java engineers, the practical question is how to handle CI/CD for Clojure NoSQL applications in Clojure code at the database boundary.
| Review focus | What to check |
|---|---|
| Tests | Run unit and integration checks at the right layers. |
| Configuration | Validate environment-specific database settings. |
| Deployment | Package services predictably for JVM runtime targets. |
Use the child lessons to move from concept to implementation. The section goal is to make the trade-off visible before the code hardens around a database assumption.