Skip to content
Dean Kleissas edited this page Oct 7, 2016 · 5 revisions

The repository README file covers how to install, configure, and use the ingest client.

For more information on how to create configuration files refer to the Creating Configuration Files page

To handle the many different ways users can organize and store data, simple plugins are used to perform two operations. The first is responsible for taking user specified parameters and tile indices and generating a file path to the data. The second is responsible for taking user specified parameters, tile indices, and a file path and generate a file handle. This handle is then used to upload the correct image tile.

For more information on how to develop custom plugins, refer to the Creating Custom Plugins page

Clone this wiki locally