Pinned Repositories
java_concurrency_algorithms
Java algorithms examples using concurrency
kafka-cluster-docker-compose
This project installs Kafka on Ubuntu 16.04 Docker image and use Docker-Compose to start the Kafka cluster.
mysql-group-replication-docker
Setting up Group Replication with Docker MySQL images.
mysql-group-replication-docker-compose
The below steps show how to setup MySQL Group Replication with Docker Compose using mysql/mysqlserver:8.0 Docker images.
mysql-innodb-cluster
Setting up MySQL InnoDB Cluster with MySQL Shell (plus MySQL Router) using just Docker containers.
mysql-master-slaves-replication-docker
Setting up MySQL Replication (M ⭢ S1) and (M ⭢ S2) with Docker MySQL images
oracle-mysql-operator-innodb-kubernetes
Deploying MySQL High Available solution (InnoDB Cluster + Group Replication) inside Kubernetes using the Oracle MySQL Operator.
orchestrator-mysql-replication-docker
Setting up Orchestrator and MySQL Replication (M ⭢ S1 / M ⭢ S2) using Docker.
orchestrator-raft-sqlite
Orchestrator/Raft (using embedded SQLite) on a 3 node setup using Docker containers.
springboot-crypto-kafka-docker
In order to deploy Confluent Kafka in the machine, the project starts 4 Docker containers (ZooKeeper, Kafka, Kafka-REST-Proxy and Kafka-Topics-UI). It also starts 3 other containers (1 Producer and 2 Consumers) to emulate message publish/consume using crypto currencies JSON data.
wagnerjfr's Repositories
wagnerjfr/mysql-group-replication-docker-compose
The below steps show how to setup MySQL Group Replication with Docker Compose using mysql/mysqlserver:8.0 Docker images.
wagnerjfr/mysql-innodb-cluster
Setting up MySQL InnoDB Cluster with MySQL Shell (plus MySQL Router) using just Docker containers.
wagnerjfr/mysql-master-slaves-replication-docker
Setting up MySQL Replication (M ⭢ S1) and (M ⭢ S2) with Docker MySQL images
wagnerjfr/mysql-group-replication-docker
Setting up Group Replication with Docker MySQL images.
wagnerjfr/springboot-crypto-kafka-docker
In order to deploy Confluent Kafka in the machine, the project starts 4 Docker containers (ZooKeeper, Kafka, Kafka-REST-Proxy and Kafka-Topics-UI). It also starts 3 other containers (1 Producer and 2 Consumers) to emulate message publish/consume using crypto currencies JSON data.
wagnerjfr/java_concurrency_algorithms
Java algorithms examples using concurrency
wagnerjfr/orchestrator-mysql-replication-docker
Setting up Orchestrator and MySQL Replication (M ⭢ S1 / M ⭢ S2) using Docker.
wagnerjfr/orchestrator-raft-sqlite
Orchestrator/Raft (using embedded SQLite) on a 3 node setup using Docker containers.
wagnerjfr/kafka-cluster-docker-compose
This project installs Kafka on Ubuntu 16.04 Docker image and use Docker-Compose to start the Kafka cluster.
wagnerjfr/docker-proxysql-mysql
Using Docker containers to setup ProxySQL + MySQL Replication
wagnerjfr/orchestrator-raft-mysql
Orchestrator/Raft (with MySQL backend) on a 3 node setup using Docker containers.
wagnerjfr/yugabytedb-docker-sample
Setting up a YugabyteDB cluster with a replication factor of 3 that allows a fault tolerance of 1. This means the cluster will remain available for both reads and writes even if one node fails.
wagnerjfr/bingo-game-publisher-subscriber
Mary, John, Mark, Ana and Paul try their luck in a Bingo. Who is going to win?
wagnerjfr/sample-java-mysql-connector
Sample Java applications which show how to use MySQL Server Community (8.0.20) and MySQL Connector/J (8.0.20) to set up a replication topology (master ⭢ slave)
wagnerjfr/springboot-rest-mysql
Simple example of a REST API developed using SpringBoot.
wagnerjfr/crypto-kafka-cli-docker
Simple example to take Bitcoin and Litecoin JSON data from Bitstamp API, publish them in different Kafka topics and read the values in different consumers. Basic steps for deploying Kafka along with Confluent Platform components in a Docker environment are also provided.
wagnerjfr/localhost-chat-socket
A simple localhost chat with 3 clients and 1 server using Sockets
wagnerjfr/oracle-mysql-heatwave-database-service-samples
This repository shows two simple examples how to create Oracle MySQL HeatWave Service (MHS) resources "DbSystem" and "Backup" using SDK for Java
wagnerjfr/springboot-rest-elastic
SpringBoot REST Elasticsearch/Kibana Example
wagnerjfr/web-http-socket-server-task-manager-docker
This project aims to create two kinds of multi-threaded web servers (with thread-pooling) for executing simple tasks. There are three tasks implemented and the user can add more. The web servers receive the command and the parameter(s) for running a task through terminal command.
wagnerjfr/game-scores-http-server
wagnerjfr/guice-simple-example
Simple example using Guice for Dependency Injection
wagnerjfr/jmx-mbean-docker
This project shows an example of using Java Management Extensions (JMX) framework to manage Java applications running in Docker containers.
wagnerjfr/mariadb-testcontainers-springboot
Testing MariaDB with Testcontainers and Spring Boot
wagnerjfr/market-cashier-simulator
A java multi-threaded cashier market simulator.
wagnerjfr/mysql-group-replication-testcontainers
Testing MySQL Group Replication With Spring Boot and Testcontainers
wagnerjfr/mysql-replication-testcontainers-springboot
Testing MySQL Replication With Spring Boot and Testcontainers
wagnerjfr/mysql-testcontainers-springboot
Testing MySQL Applications With Spring Boot and Testcontainers
wagnerjfr/postgressql-testcontainers-springboot
Testing PostgresSQL with Testcontainers and Spring Boot
wagnerjfr/yugabytedb-testcontainers-springboot
Testing YugabyteDB with Testcontainers and Spring Boot