Skip to content

My self-educational project aimed at showing property on an interactive map

License

Notifications You must be signed in to change notification settings

franzose/flatmap

Repository files navigation

flatmap

This is my self-educational project. Not to be confused with flatMap. I took the idea from the BerlinHousing repository. My project is going to be somewhat similar once stabilized, currently it is still in progress. The ultimate goal is to utilize an interactive map to show properties, mainly apartments, some useful information about them (address, area, price etc) and the nearby facilities.

Why Java?

First, I'm learning it and trying out different things from the language ecosystem. Second, I generally like it :)

What's used

Currently, the following great stuff helps me to advance with my project:

  1. Jsoup as the base for the parser implementations
  2. PostgreSQL and its JDBC driver to save results to the database
  3. HikariCP as the database connection pool implementation
  4. Dotenv to be able to change application parameters between launches
  5. JCommander to parse command line arguments
  6. Greenrobot EventBus to dispatch and handle events
  7. Cucumber + JUnit to write and execute tests
  8. WireMock to be able to run integration tests without connecting to the real websites
  9. SLF4J backed by Logback for logging

About

My self-educational project aimed at showing property on an interactive map

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages