TutorialΒΆ
The quickstart example uses a simple dataset and is primarily intended to show a user how to run the ingest pipeline and view basic outputs. This tutorial uses a more complex study dataset and steps through each ingest stage in more depth.
In this tutorial we will cover (not necessarily in this order):
How to configure complex extractions with multiple messy source data files
How to write a transform function for the transform stage
How to run the ingest pipeline from end to end
How to test your ingest package each step of the way
How to debug steps 1 through 3 by:
Running stages individually
Viewing stage outputs
Viewing ingest logs
Basic usage and configuration of ingest app-level settings