Skip to content

cambiph/trip-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trip processor

Purpose

All trips are archived to the Table Blob from Azure. Since the column size is limited, the trip-json is spanned across multiple columns and can therefor not be imported in Postgres. This script merges these columns to form a valid JSON. All other columns are stripped, only the partitionKey is kept as this is the date of the trip.

Usage

npm start -- --input=<path>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published