Liking cljdoc? Tell your friends :D

nd-db.io


->strclj

(->str data)
source

append+newlineclj

(append+newline writer)

Append to a ndnippy file, return count of bytes appended

Append to a ndnippy file, return count of bytes appended
sourceraw docstring

append-writerclj

(append-writer filename & _)

Return af BufferedWriter for the database index. Use in a with-open block or close explicitly.

Return af BufferedWriter for the database index.
Use in a with-open block or close explicitly.
sourceraw docstring

last-lineclj

(last-line filename)
source

mv-fileclj

(mv-file source target)
source

ndfile-md5clj

(ndfile-md5 filename)

Reads first and last line of file, return corresponding MD5

Reads first and last line of file, return corresponding MD5
sourceraw docstring

params->doc-emitterclj

(params->doc-emitter {:keys [doc-type log-limit] :as params})
source

params->doc-parserclj

(params->doc-parser {:keys [doc-type] :as params})
source

parse-dbclj

(parse-db {:keys [filename log-limit] :as params} serialized-filename)

Parse nd-db metadata format v0.9.0+

Parse nd-db metadata format v0.9.0+
sourceraw docstring

parse-paramsclj

(parse-params &
              {:keys [filename id-fn id-rx-str id-path id-name id-type
                      col-separator col-parser index-folder index-persist?
                      log-limit]
               :as params})

Parses input params for intake by raw-db

Parses input params for intake by raw-db
sourceraw docstring

path->folder+filenameclj

(path->folder+filename filepath)

Splits filename into path/folder and filename

Splits filename into path/folder and filename
sourceraw docstring

serialize-dbclj

(serialize-db db)
(serialize-db db-info index nddbmeta-filepath)

nd-db metadata format v0.9.0+

nd-db metadata format v0.9.0+
sourceraw docstring

serialized-db-filepathclj

(serialized-db-filepath &
                        {:keys [filename idx-id index-folder
                                serialized-filename]})
source

str->clj

(str-> data-str)
source

tmpdirclj

(tmpdir)
source

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

× close