Track which 'watchers' are 'watching' which resources.
Use of this watcher is through core/async. A message is sent to the watcher-chan
to
register interest, unregister interest and send something to all that have registered interest.
The sending to registered listeners is the resposibility of the user of this watcher and is
done by consuming the core.async sender-chan
from this namespace.
Track which 'watchers' are 'watching' which resources. Use of this watcher is through core/async. A message is sent to the `watcher-chan` to register interest, unregister interest and send something to all that have registered interest. The sending to registered listeners is the resposibility of the user of this watcher and is done by consuming the core.async `sender-chan` from this namespace.
Uses a magic token to perform requests to the auth service like getting a valid JWT or the complete user data.
Uses a magic token to perform requests to the auth service like getting a valid JWT or the complete user data.
Get seen data for a post uuid.
Get seen data for a post uuid.
Retrieve tuples from read table of Change service
Retrieve tuples from read table of Change service
Store tuples of: user-id, container-id, item-id and timestamp, with a TTL
Store tuples of: user-id, container-id, item-id and timestamp, with a TTL
CRUD functions on resources stored in RethinkDB.
CRUD functions on resources stored in RethinkDB.
Migrate RethinkDB data.
Migrate RethinkDB data.
RethinkDB database connection pool.
RethinkDB database connection pool.
Namespace of helpers for creating HATEOAS links.
Namespace of helpers for creating HATEOAS links.
Functions related to processing HTML.
Functions related to processing HTML.
Utility functions for invoking AWS Lambda functions.
Utility functions for invoking AWS Lambda functions.
Encode and decode data with Base64
Encode and decode data with Base64
Proxy a request to a published chart from a Google Sheet and rewrite the response.
Proxy a request to a published chart from a Google Sheet and rewrite the response.
Prismatic schema common data schema fragments.
Prismatic schema common data schema fragments.
Make simple (not web socket) Slack Web API HTTP requests and extract the response.
Make simple (not web socket) Slack Web API HTTP requests and extract the response.
Functions for creating URL safe slugs from text strings.
Functions for creating URL safe slugs from text strings.
A component to consume messages from an SQS queue with a long poll and pass them off to a handler, deleting them if they are processed successfully (no exception) by the handler.
A component to consume messages from an SQS queue with a long poll and pass them off to a handler, deleting them if they are processed successfully (no exception) by the handler. https://github.com/stuartsierra/component
Get list of sections from the storage service.
Get list of sections from the storage service.
Functions related to processing text.
Functions related to processing text.
Functions related to time and timestamps.
Functions related to time and timestamps.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close