Skip to content
/ Taxi Public

Course project for Database Training Spring 2018

Notifications You must be signed in to change notification settings

Polar1s/Taxi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taxi Queries

Course project for Database Training Spring 2018.

Install

Dependencies:

  • CMake (v >= 3.5)
  • METIS
  • Python 3 (v >= 3.5.2 recommended)
  • web.py (v == 0.40)

You can type the following commands to build the project:

mkdir build && cd build
cmake ..
make

Simple test

A small GPTree test tool will be generated inside build/ folder during installation. Please feel free to run and check if everything is alright.

./gptreetest

Run

Input the following commands to start the server (assuming that you are still inside build/ folder):

cd ../web
python3 main.py

After the server is started, open your browser and access the page with the URL below:

http://${YOUR_IP_ADDRESS}:8080

About

Course project for Database Training Spring 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published