Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 863 Bytes

File metadata and controls

32 lines (20 loc) · 863 Bytes

Lows&Frees

A small app to implement the "Keep costs low" rule of Bogleheads® investment philosophy in European ETF investing. It extracts the ETF codes from a broker's document (DeGiro commission free ETFs) and builds a database with their characteristics for easy comparison. The app is also deployed and accesible on AWS.

Getting Started

Build and run with Maven:

mvn spring-boot:run

Access database at http://localhost:5000/

Downloaded files are stored at home folder. Database is embedded.

Prerequisites

  • JDK 11
  • Maven

Libraries

  • JSoup for web scrapping
  • Vaadin for UI
  • PDFBox for pdf parsing

Sample