/weather-service

Weather info service with Quarkus, Camel and PostgreSQL

Primary LanguageJava

Quarkus Project

This project uses Quarkus, the Supersonic Subatomic Java Framework.

If you want to learn more about Quarkus, please visit its website: https://quarkus.io/ .

Running the application in dev mode

You can run your application in dev mode that enables live coding using:

mvn quarkus:dev

Camel Guides

  • Camel Core (guide): Camel core functionality and basic components
  • Camel Kafka (guide): Sent and receive messages to/from an Apache Kafka broker
  • Camel Timer (guide): Generate messages in specified intervals using java.util.Timer