cavm.loader

loader

(loader db detector docroot filename & [always])
Load a data file into the database

loader-agent

(loader-agent db detector docroot)
Create an agent to serialize bulk loads, returning a function
for loading a file via the agent.

fn [filename & [{always :always :or {always false}}]]

Detector is a function returning a file type as a keyword, which
will be used to select a dataset writer method. This has evolved
to a noop, as we currently have a single dataset writer.