Pipeline Basics
Move data from Point A to B (or "source to target" if you want to be fancy)
Last updated
Move data from Point A to B (or "source to target" if you want to be fancy)
Last updated
To share your data with the public, we will need to move it from wherever it lives (your database, system, app, spreadsheet, etc.) onto our platform. We may also have to change columns or values before publishing it. The process of moving and cleaning data is a 'data pipeline'.
The first question to ask yourself is, how often will this dataset update?
If the answer is Yearly or Never, you could consider
If the answer is more frequent than Quarterly, the process should be
The next two pages cover manual and automated data pipelines.