Liking cljdoc? Tell your friends :D

org.purefn.lebowski.core

A Couchbase implementation of all Bridges protocols.

A Couchbase implementation of all Bridges protocols.
raw docstring

config?clj

source

couchbaseclj

(couchbase config)
source

default-configclj

(default-config)
(default-config name)

As much of the default configuration as can be determined from the current runtime environment.

  • name The root of the ConfigMap and Secrets directory. Defaults to couchbase if not provided.

All environments will provide these configurations:

  • ::namespaces This assumes that json, nippy, binary, edn, test-json, test-nippy, test-binary and test-edn buckets will be configured properly.
  • ::initial-delay-ms
  • ::busy-delay-ms
  • ::busy-retries
  • ::max-retries

Under Kubernetes, these configs will also be provided:

  • ::hosts
  • ::bucket-passwords

If not under Kubernetes, then only these configs are provided:

  • ::hosts Just a single localhost entry.

The component system is still responsible for providing or overriding any missing hostnames, bucket credentials and/or namespaces.

As much of the default configuration as can be determined from the current
runtime environment.

- `name` The root of the ConfigMap and Secrets directory.  Defaults to 
`couchbase` if not provided.

All environments will provide these configurations: 

- `::namespaces`  This assumes that `json`, `nippy`, `binary`, `edn`, `test-json`,
`test-nippy`, `test-binary` and `test-edn` buckets will be configured properly.
- `::initial-delay-ms`
- `::busy-delay-ms`
- `::busy-retries`
- `::max-retries`

Under Kubernetes, these configs will also be provided:

- `::hosts`
- `::bucket-passwords`

If not under Kubernetes, then only these configs are provided: 

- `::hosts` Just a single `localhost` entry.

The component system is still responsible for providing or overriding any 
missing hostnames, bucket credentials and/or namespaces.
sourceraw docstring

fqdn-regexclj

source

fqdn?clj

source

frag-contentclj

(frag-content frag)
source

full-string?clj

source

host?clj

source

ip4-addr-regexclj

source

ip4-addr?clj

source

ns-conf?clj

source

whole-int?clj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close