Installing the Lume SDK
Initialize the SDK
1. Create & Run a Flow
We are ingesting data from an API and want to normalize each record to our own internal schema. The data in question contains information about our users. The API gives us the following source data:data.json
schema.json
Mapping Data on an Existing Flow
Suppose you already created a Flow and just want to feed new data through it, to leverage the same mapping logic. You can do so with theprocess
method: