Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

vladholubiev/vstup.info-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This app parses data from vstup.info and stores it in SQLite database

Just change year and direction number in Main.java

Parser parser = new Parser(2013, "6.050102");
parser.parse();

Obviously, you can perform various SQL queries with the data.

SELECT * FROM parsed2013_6050103 WHERE city = "Київ" OR city = "Львів" AND passing_score > 700 ORDER BY places DESC;

About

Parses vstup.info to get passing scores and store in sqlite .db

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages