Skip to content

Releases: UCB-MIDS/w210_crime_data_load

First project MVP version

10 Apr 15:56
Compare
Choose a tag to compare

First version of the MVP, with all the basic functionality:

  • Run data load and preparation in the background through web services calls
  • Write all resulting data in Parquet format to S3 for access by other services

Initial release

16 Feb 20:10
Compare
Choose a tag to compare

W210 Crime Prediction - Data Load and Transformation Service

Release v0.1

First working release.

  • Reads full crime dataset from S3, makes some transformations and write back to S3
  • Using a background for data load and transformation task in the backend
  • Served through a Flask Web Service API to manage job execution