Commit Graph

23 Commits

Author SHA1 Message Date
Guntis Smaukstelis aa4fa57adb Refactor to FileService and PostgresService 2023-10-22 23:51:59 +03:00
Guntis Smaukstelis b887317c6b Server returns query data, bar chart, styling charts 2023-08-03 00:03:48 +03:00
Guntis Smaukstelis c5b84727a6 Add granularity for aggregation, group by hour/day/month/year 2023-07-03 23:17:43 +03:00
Guntis Smaukstelis d651e3f3bd Refactor main files to test files 2023-05-25 13:06:39 +03:00
Guntis Smaukstelis 77026a9cb0 Small fixes and cleanup 2023-05-24 16:01:48 +03:00
Guntis Smaukstelis 18f6424397 Implicit for rounding double values to first decimal 2023-05-22 22:24:12 +03:00
Guntis Smaukstelis 760ef4e719 Dependency inject logger and replace println 2023-05-21 22:37:33 +03:00
Guntis Smaukstelis 8b3f97bb96 Fix duplications of data, sort query list, visual improvements 2023-05-21 13:26:17 +03:00
Guntis Smaukstelis bbdfaa06d8 DBService object to class with logger injection 2023-05-20 20:20:14 +03:00
Guntis Smaukstelis 9241277b7f Return of list of time double list instead of just doubles 2023-05-20 19:19:38 +03:00
Guntis Smaukstelis 32212da1ff Implicits for list json values 2023-05-18 16:27:03 +03:00
Guntis Smaukstelis 236946b20a Add final to case classes 2023-05-16 14:22:48 +03:00
Guntis Smaukstelis 0227ac3b43 Improve help json response 2023-05-03 22:37:05 +03:00
Guntis Smaukstelis 9fbc6f9f37 Changed data structure for weather params and aggregating 2023-05-03 00:02:59 +03:00
Guntis Smaukstelis 36f97a7448 Add rest of aggregation parameters 2023-04-26 22:23:47 +03:00
Guntis Smaukstelis 81d07eb096 Cleaner logic for implicit values and aggregating 2023-04-26 17:27:15 +03:00
Guntis Smaukstelis 1bf41973a7 Change data structure for meteo adding AggregateKey and AggregateValue 2023-04-26 16:37:11 +03:00
Guntis Smaukstelis 04872bbc4d Take out IO from parser 2023-04-24 19:21:36 +03:00
Guntis Smaukstelis 0622177572 Server asks data from db and after uses parser 2023-04-19 17:34:27 +03:00
Guntis Smaukstelis a369624054 Parser asks data from DBService 2023-04-19 17:07:17 +03:00
Guntis Smaukstelis 069d3e686b Create DBService to read and write 2023-04-19 14:22:28 +03:00
Guntis Smaukstelis 0e60f94835 Parser accepts querying data, server reads from parser 2023-04-18 17:18:45 +03:00
Guntis Smaukstelis 40156d6283 Initial commit with weather data fetcher and parser 2023-04-13 21:25:48 +03:00