Kekkai/chart
Redume 23fc87b524
Some checks failed
Create and publish a Docker image / build-and-push-server (push) Has been cancelled
Create and publish a Docker image / build-and-push-chart (push) Has been cancelled
Create and publish a Docker image / build-and-push-CR (push) Has been cancelled
Deploy docs / deploy (push) Has been cancelled
fix(docker): Fixed chart service build
2024-12-29 13:36:21 +03:00
..
database fix(chart): Fixed a bug with dependency paths 2024-12-16 21:40:22 +03:00
function fix(chart): Fixed sorting by date 2024-12-23 19:24:24 +03:00
middleware fix(chart): Fixed a bug with dependency paths 2024-12-16 21:40:22 +03:00
routes chore(chart): I put pylint ignore where it's needed. Fixed an error with arguments, paths of imports of local modules 2024-12-16 22:24:26 +03:00
utils chore(chart): I put pylint ignore where it's needed. Fixed an error with arguments, paths of imports of local modules 2024-12-16 22:24:26 +03:00
Dockerfile fix(docker): Fixed chart service build 2024-12-29 13:36:21 +03:00
main.py fix(chart): Fixed a bug with dependency paths 2024-12-16 21:40:22 +03:00
mypy.ini mypy, pylint 2024-10-06 20:49:33 +03:00
pylintrc mypy, pylint 2024-10-06 20:49:33 +03:00
README.md chore(readme): Returned and added third-party library licences, split them into each separate file for the microservice 2024-12-20 16:25:43 +03:00
requirements.txt chore(chart): Replaced the dependency for the database with a new one 2024-12-15 11:35:19 +03:00

This microservice generates graphs of currency exchange rates using Python and the matplotlib library. It retrieves historical exchange rate data from an internal database and visualizes the data in the form of line charts

Third-Party Libraries and Licenses