Skip to content
#

jib

Here are 137 public repositories matching this topic...

The goal of this project is to explore how caching works. To achieve this, we will implement a simple Spring Boot application called "restaurant-api." We will use Neo4j for storage and select one of the following solutions (Simple, Caffeine, or Redis) for caching.

  • Updated May 1, 2024
  • Java

The goal of this project is to implement two Spring Boot applications: bitcoin-api and bitcoin-client. The bitcoin-api application simulates BTC price changes, while the bitcoin-client application listens to these changes and updates a real-time UI. The bitcoin-client UI is secured using Basic Authentication.

  • Updated Apr 28, 2024
  • Java

Project goal: Explore Kafka, Kafka Connect, and Kafka Streams. Components: store-api: Inserts/updates MySQL records. Source Connectors: Monitor MySQL changes, push messages to Kafka. Sink Connectors: Listen to Kafka, insert/update Elasticsearch docs. store-streams: Listens to Kafka, processes with Kafka Streams, pushes new messages to Kafka.

  • Updated Apr 27, 2024
  • Java

Improve this page

Add a description, image, and links to the jib topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jib topic, visit your repo's landing page and select "manage topics."

Learn more