Commit graph

30 commits

Author SHA1 Message Date
f909b5da9f fixed an error in the README
this is up to the consumer container to print the value since the application one have been splitted
2024-07-05 08:56:57 +00:00
34a2b3b2e6 Merge pull request 'Split the project into three modules for every actors' (#14) from container-split into master
Reviewed-on: #14
2024-07-04 22:39:35 +00:00
0c4b6a2fb7 fixed the healthcheck with the new API url scheme 2024-07-03 23:01:07 +02:00
6434d27738 improved the documentation for each module and removed the automatic creation of topics since they are already created automatically 2024-07-03 20:26:16 +02:00
4fdfa5f4e1 split the project into 3 modules and an additional module for common code 2024-07-03 12:42:18 +02:00
cc150a01e5 Merge pull request 'Add a REST API to access the current temperature' (#13) from rest into master
Reviewed-on: #13
2024-07-02 13:23:47 +00:00
5174d1bf3e added a REST API to access the current temperature 2024-07-02 10:41:00 +02:00
15403ccf8a Merge pull request 'Implement Better Exception' (#10) from better-exception into master
Reviewed-on: #10
2024-06-24 17:32:03 +00:00
d857f34584 added a reference section to thanks the open-meteo.com API 2024-06-24 19:28:47 +02:00
6514f1c5df created more specific exception for the missing environment variable 2024-06-24 14:19:55 +02:00
f17befb6be Merge pull request 'Fixed some typos in the README file' (#9) from typo into master
Reviewed-on: #9
2024-06-23 13:28:26 +00:00
aa6ab95968 Fixed some typos in the README file 2024-06-23 13:27:11 +00:00
100e61d171 Merge pull request 'improved the README with badges' (#8) from badges into master
Reviewed-on: #8
2024-06-23 13:22:24 +00:00
229663f852 improved the README with badges 2024-06-23 13:22:13 +00:00
cbdc1b13a9 Merge pull request 'Added licensing file' (#7) from license into master
Reviewed-on: #7
2024-06-23 12:58:44 +00:00
155bbaaf96 added licensing file 2024-06-23 12:58:26 +00:00
946b804bda Merge pull request 'Polishing the application' (#6) from polishing into master
Reviewed-on: #6
2024-06-23 12:53:21 +00:00
bf3e1310af added the configuration section to the README file 2024-06-23 14:51:09 +02:00
009735dc63 cleaned the code to be as configurable as possible 2024-06-23 14:49:41 +02:00
ddc8097779 fixed some typos 2024-06-23 12:49:09 +02:00
d4104e5771 improved the README file with the run instruction 2024-06-23 11:18:32 +02:00
bc8d62eff6 Merge pull request 'cleaned the code and made some structure more generic' (#4) from clean into master
Reviewed-on: #4
2024-06-22 17:08:16 +00:00
705f2a3f60 cleaned the documentation and some structure 2024-06-22 19:01:48 +02:00
1cbfa574e1 Merge pull request 'implemented the different kafka clients' (#3) from clients into master
Reviewed-on: #3
2024-06-22 09:33:42 +00:00
fe39acd48a simplified and improved the docker configuration
added a public run IDEA task to easily test the project
2024-06-22 11:27:30 +02:00
1104995bcd Merge pull request 'made the project more docker friendly' (#1) from dockerize into master
Reviewed-on: #1
2024-06-21 20:32:44 +00:00
90d64434a9 simplified and improved the docker configuration
added a public run IDEA task to easily test the project
2024-06-20 22:01:11 +02:00
500cdbd95b [WIP] made the project more docker friendly
- fixed docker-compose.yaml
- using environment variable instead of hardcoded values
2024-06-20 08:57:15 +02:00
866ee1c95e [WIP] implemented basic temperature feature with basic consumer and producer 2024-06-11 14:03:41 +02:00
86362c217f initial commit 2024-06-11 09:29:31 +02:00