2021 Projects

2020 Projects

2019 Projects

2018 Projects

2017 Projects

2016 Projects

2015 Projects

2014 Projects

2013 Projects

2012 Projects

2011 Projects

Data61

Project Details

Team Members

  • Tyler Losinski
  • Adam Hart
  • Mitchell Gerard
  • Nicholas Feikema

Sponsor:

  • Iman Avazpour

Poject Description

Our project focuses on manipulating various data sets without having to send the data over the internet to be processed. The way we achieved this was by writing a backend service that takes the data mappings from the data sets we want to manipulate along with the transformations we want to perform on the data sets. After our service receives all this data it generates a JavaScript file that is passed back to the front end where the front end uses it to perform the transformation on the data sets. This process allows us to achieve our goal of manipulating data sets without sending all the data over the internet and allows users to perform these manipulations from anywhere they have internet access.