A lightweight, three-node ETL (Extract, Transform, Load) pipeline demonstrating the core power of the WaveAssist automation platform.
The WaveAssist Starter Template is a lightweight, three-node ETL (Extract, Transform, Load) pipeline demonstrating the core power of the WaveAssist automation platform. Use this template as a springboard to build and deploy your own data workflows in minutes.
IngestData → TransformData → LoadData
IngestData (ingest_data.py
)
Initializes WaveAssist and writes sample records:
TransformData (transform_data.py
)
Reads stored data, enriches it by:
city
to uppercasename_length
LoadData (load_data.py
)
Retrieves and displays:
IngestData
node, then TransformData
, and finally LoadData
.ingest_data.py
for a connector to your database or API.transform_data.py
.Repo URL: https://github.com/WaveAssist/starter-template
Learn More: waveassist.io/docs
A lightweight, three-node ETL (Extract, Transform, Load) pipeline demonstrating the core power of the WaveAssist automation platform.