ivangfr

ivangfr

👤 Developer

12 repositories on SrcLog

View on GitHub
12 Repos
1.9k Stars
719 Forks
1.9k Watchers

Repositories (12)

springboot-react-keycloak ivangfr/springboot-react-keycloak JavaScript

The goal of this project is to secure movies-app using Keycloak (with PKCE). movies-app consists of two applications: one is a Spring Boot Rest API called movies-api and another is a React application called movies-ui.

454
springboot-react-social-login ivangfr/springboot-react-social-login Java

The goal of this project is to implement an application called movie-app to manage movies. For it, we will implement a back-end Spring Boot application called movie-api and a font-end React application called movie-ui. Additionally, we will use OAuth2 (Social Login) to secure both applications.

202
keycloak-clustered ivangfr/keycloak-clustered Shell

Keycloak-Clustered extends quay.io/keycloak/keycloak official Keycloak Docker image by adding JDBC_PING discovery protocol.

194
springboot-react-jwt-token ivangfr/springboot-react-jwt-token Java

The goal of this project is to implement an application called order-app to manage orders. For it, we will implement a back-end Spring Boot application called order-api and a font-end React application called order-ui. Besides, we will use JWT Authentication to secure both applications.

174
springboot-keycloak-openldap ivangfr/springboot-keycloak-openldap Java

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.

165
graalvm-quarkus-micronaut-springboot ivangfr/graalvm-quarkus-micronaut-springboot Shell

The goal of this project is to compare some Java Microservice 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.

142
springboot-kafka-connect-jdbc-streams ivangfr/springboot-kafka-connect-jdbc-streams 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.

115
springboot-react-basic-auth ivangfr/springboot-react-basic-auth Java

The goal of this project is to implement an application called book-app to manage books. For it, we will implement a back-end Spring Boot application called book-api and a font-end React application called book-ui. Besides, we will use Basic Authentication to secure both applications.

109
spring-cloud-stream-kafka-elasticsearch ivangfr/spring-cloud-stream-kafka-elasticsearch 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.

98
springboot-kafka-connect-debezium-ksqldb ivangfr/springboot-kafka-connect-debezium-ksqldb Java

Experiment with Kafka, Debezium, and ksqlDB. research-service: Performs MySQL record manipulation. Source Connectors: Monitor MySQL changes, push messages to Kafka. Sink Connectors and kafka-research-consumer: Listen to Kafka, insert/update Elasticsearch. ksqlDB-Server: Listens to Kafka, performs joins, and pushes new messages to new Kafka topics.

84
springboot-elk-prometheus-grafana ivangfr/springboot-elk-prometheus-grafana 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.

78
springboot-keycloak-mongodb-testcontainers ivangfr/springboot-keycloak-mongodb-testcontainers Java

The goals of this project are to: 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 for testing applications.

38