👉 building shipclojure.com
The deployment contains:
- Automatic Datomic Transactor Setup
- Memcached for Datomic
- PSQL DB used as Datomic storage
- The app itself
The deployment contains:
- Automatic Datomic Transactor Setup
- Memcached for Datomic
- PSQL DB used as Datomic storage
- The app itself
Does anybody know of something like this? If not, I might build it 🤔
Does anybody know of something like this? If not, I might build it 🤔
• Enables Ring handlers to return pure actions instead of response maps
• Provides built-in HTTP response actions (:http-response/ok, :http-response/bad-request, etc.)
• Adds a pure snapshot of your system to request (deref of atoms, datomic db, etc)
• Enables Ring handlers to return pure actions instead of response maps
• Provides built-in HTTP response actions (:http-response/ok, :http-response/bad-request, etc.)
• Adds a pure snapshot of your system to request (deref of atoms, datomic db, etc)
Classic ring handlers, 99% of the time, are impure functions. The classic ring handler goes like this:
1. Add dependencies (DB connection, client with internal secret, etc) to the request map (or to scope with a hoc)
2. Do impure stuff in the request handler body
3. Return a ring map based
Classic ring handlers, 99% of the time, are impure functions. The classic ring handler goes like this:
1. Add dependencies (DB connection, client with internal secret, etc) to the request map (or to scope with a hoc)
2. Do impure stuff in the request handler body
3. Return a ring map based
- Added support for Google LLMS (Gemini)
- Added activity monitor processor
- Added scenario manager for complex conversation flows
- Streamlined dependencies
- Use vthreads where possible if supported by the host
- Added support for Google LLMS (Gemini)
- Added activity monitor processor
- Added scenario manager for complex conversation flows
- Streamlined dependencies
- Use vthreads where possible if supported by the host