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.
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.
- JDK 11
- Maven
- JSoup for web scrapping
- Vaadin for UI
- PDFBox for pdf parsing
