Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
github.com/mpuzanov/otus-go/calendar
Сервис "Календарь" представляет собой максимально упрощенный сервис для хранения календарных событий и оправки уведомлений. Сервис предполагает:
Сервис НЕ предполагает: * авторизации * разграничения доступа * web интерфейса
API - предоставляет GRPC интерфейс для пользователей, реализует основные методы сервиса.
Запуск: ./calendar_api grpc_server -c ./configs/prod/config-s.yaml Запуск клиента для тестирования: ./calendar_api grpc_client -c ./configs/prod/config-s.yaml
Планируемый в будущем веб-интерфейс к сервису. Пока реализовано приветствие пользователю.
Запуск: ./calendar_api web_server -c ./configs/prod/config-s.yaml Доступно по URL: http://localhost:8888/
Планировщик - фоновый процесс, не взаимодействует с пользователем, выполняет периодические задания:
Запуск: ./calendar_scheduler -c ./configs/prod/config-scheduler.yaml
Рассыльщик - фоновый процесс, занимается отправкой уведомлений. В рамках задания нет необходимости реальной отправки сообщений, достаточно если рассыльщик просто будет записывать их в лог.
Запуск: ./calendar_sender -c ./configs/prod/config-sender.yaml
Используется Postgres
Используется RabbitMQ
make build - компиляция make test - тестероване make integration-tests - интеграционное тестирование
Поднятие всех сервисов: make up (make down)
Используется Prometheus
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.