Skip to content

My first year programming project that was made along with 3 others

Notifications You must be signed in to change notification settings

mccanns3/Dublin-Bus-Data-Visualizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dublin-Bus-Data-Visualizer

My first year programming project that was made along with 3 others

No database is included so it won't work straight away

A static database generated from 3gb of csv files found on https://data.gov.ie/dataset/dublin-bus-gps-sample-data-from-dublin-city-council-insight-project. Use the associated makeDb.sql script found in data/Database on these csv's to generate the database (may take ten years to index the tables...)

Update:

Now includes a bash script (data/Database/getdata.sh) to download and unzip the files, use you favourite cmd line SQL interface (we used Sqlite3) to then run the makeDb.sql script before running the jar.

sqlite3 testDatabase.db < makeDb.sql

About

My first year programming project that was made along with 3 others

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%