-
Updated
Jul 18, 2023 - Java
jib
Here are 121 public repositories matching this topic...
sbt version of sbt jib: https://github.com/GoogleContainerTools/jib
-
Updated
May 31, 2023 - Scala
The goal of this project is to create a simple Spring Boot REST API, called simple-service, and secure it with Keycloak. Furthermore, the API users will be loaded into Keycloak from OpenLDAP server.
-
Updated
Jul 17, 2023 - 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
May 21, 2023 - Java
The goal of this project is to compare some Java frameworks like: Quarkus, Micronaut and Spring Boot. For it, we will implement applications using those frameworks, build their JVM and Native Docker images and measure start-up times, memory footprint, etc.
-
Updated
May 20, 2023 - Shell
Kubernetes for the busy developer - A practical guide
-
Updated
Jun 22, 2021 - Java
The goal of this project is to implement a "News" processing pipeline composed of five Spring Boot applications: producer-api, categorizer-service, collector-service, publisher-api and news-client.
-
Updated
Jul 7, 2023 - Java
Source code examples built for the purpose of video course: Microservices On Kubernetes
-
Updated
Jul 18, 2023 - Kotlin
Sample code and instructions for steps through different container image build options.
-
Updated
Jul 13, 2023 - Java
The goal of this project is to implement a Spring Boot application, called movies-api, and use Filebeat & ELK Stack (Elasticsearch, Logstash and Kibana) to collect and visualize application's logs and Prometheus & Grafana to monitor application's metrics.
-
Updated
May 20, 2023 - Java
The goals of this project are: 1) Create a Spring Boot application that manages books, called book-service; 2) Use Keycloak as OpenID Connect Provider; 3) Test using Testcontainers; 4) Explore the utilities and annotations that Spring Boot provides when testing applications.
-
Updated
May 26, 2023 - Java
The goal of this project is to create a simple Spring Boot REST API, named 'simple-service,' and secure it using the Spring Security LDAP module. Additionally, Testcontainers will be utilized for integration testing.
-
Updated
May 26, 2023 - 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
Jun 17, 2023 - Java
Goal: create a Spring Boot application that handles users using Event Sourcing. So, whenever a user is created, updated, or deleted, an event informing this change is sent to Kafka. Also, we will implement another application that listens to those events and saves them in Cassandra. Finally, we will use Testcontainers for end-to-end testing.
-
Updated
May 27, 2023 - Java
The goal of this project is to play with RSocket protocol. For it, we will implement three Spring Boot Java applications, movie-server, movie-client-shell and movie-client-ui. As storage, it's used the reactive NoSQL database MongoDB. All the streaming of movie events and the logging are handling by AOP (Aspect Oriented Programming).
-
Updated
Mar 24, 2023 - Java
A shopping application designed with microservices architecture
-
Updated
Jun 29, 2023 - Java
Goal: create a Spring Boot app called book-service accessible only through the Kong API gateway. In Kong, the kong-oidc plugin will be installed, enabling communication between Kong and Keycloak. This setup ensures that when Kong receives a request for book-service, it validates the request in conjunction with Keycloak to ensure its authenticity.
-
Updated
Mar 19, 2023 - Shell
The goal of this project is to explore the capabilities of Vault. To achieve this, we will develop applications that utilize Vault for storing and retrieving secrets. Vault dynamically generates credentials for accessing databases and relies on Consul as the backend. The authentication method employed in Vault is AppRole.
-
Updated
Mar 27, 2023 - Java
Improve this page
Add a description, image, and links to the jib topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jib topic, visit your repo's landing page and select "manage topics."

