Liking cljdoc? Tell your friends :D

integral.feed

Read the Integral feed

Read the Integral feed
raw docstring

discard-bad-idsclj

(discard-bad-ids row)

Removes invalid characters from integer columns.

Removes invalid characters from integer columns.
raw docstring

KNOWN_FEEDSclj


mk-sessionclj

(mk-session {:keys [host user ssh-key dir download-dir] :as config})

Creates an integral session with the given config.

Creates an integral session with the given config.
raw docstring

scrubclj

(scrub in-item out-item)

scrubs problematic data from integral feed

scrubs problematic data from integral feed
raw docstring

scrub-bad-substitutionsclj

(scrub-bad-substitutions row)

scrub-nullclj

(scrub-null row)

scrub-urlsclj

(scrub-urls row)

Truncates urls longer than 450 chars. Skips rows with no or little data.

Truncates urls longer than 450 chars. Skips rows with no or little data.
raw docstring

with-sessionclj/smacro

(with-session binding & body)

Using a session created by mk-session execute the body and close the session. Note - session cannot be reused after closing.

Example usage:

   (with-session [session (mk-session my-config)]
       (sftp-file-seq session "."))
Using a session created by `mk-session` execute the body and
close the session. Note - session cannot be reused after closing.

Example usage:
```
   (with-session [session (mk-session my-config)]
       (sftp-file-seq session "."))
```
raw docstring

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

× close