项目作者: Subby

项目描述 :
An application written utilising Java and MongoDB to help New York City taxi drivers predict profit from a journey.
高级语言: Java
项目地址: git://github.com/Subby/NYC-taxi-predicted-profit-calculator.git


NYC Taxi predicted profit calculator

An application written utilising Java and MongoDB to help New York City taxi drivers predict profit from a journey. Built with Ben Lawton as part of the Advanced Database Systems module at Aston University.

Basic details

This app helps NYC taxi drivers understand how much profit they can make on average by looking at the average fuel price and average fare price.

It does this by running an aggregation operation on a MongoDB collection populated with TLC Trip Record Data and NYC Gasoline Retail Prices. The front end of the application utilises JavaFX to help make the process user-friendly.

Built using