mountetna / magma

Data server with friendly data loaders
GNU General Public License v2.0
5 stars 2 forks source link

Chaining loaders into custom loaders #60

Closed graft closed 3 years ago

graft commented 6 years ago

More detailed loaders might make use of primitive loaders. For example, a flow_jo_xml_loader uses the XMLLoader to create data and the basic Magma::Loader interface to take data from a flowJo XML (wsp file).

Ideally these are simple to write and are more-or-less stitching together the basic loader types above.

Some common 'custom loaders' that might appear:

Many loaders will initialize a project, e.g.: