Skip to content

srinivasa-vasu/ybdb-vanguard

Repository files navigation

ybdb-vanguard

Pre-requisites

Setup

  • Fork this repo
  • Run git clone https://github.com/[REPLACE_REPO_NAME]/ybdb-vanguard.git to clone the forked repo to the local workstation
  • Run cd ybdb-vanguard to change the directory to the cloned repo

Getting Started with Gitpod:

Open in Gitpod

Into the distributed and postgres++ sql universe

Dev Ops

distributed sql: This will help you get started with yugabyte db and explore the distributed sql universe.

./launch
Select an exercise:
1. Into the distributed and postgres++ sql universe
2. Query tuning tips and tricks
3. Development innerloop workflow
4. Java microservices
5. Java testcontainers
6. Securing Spring Boot Microservices
7. Data migration workflow from mysql to ybdb
8. Change data capture(CDC) workflow from ybdb to postgres
9. Change data capture(CDC) streaming workflow from ysql to ycql
10. Data distribution and scalability
11. Data replication, fault tolerance and high availability
Enter the number of the exercise (0 to exit): 1
Initializing the workspace for Into the distributed and postgres++ sql universe.
[main 5e2b86a] Into the distributed and postgres++ sql universe
 1 file changed, 5 insertions(+), 38 deletions(-)
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 12 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 391 bytes | 391.00 KiB/s, done.
Total 3 (delta 2), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
To https://github.com/srinivasa-vasu/ybdb-vanguard.git
   eb1bb44..5e2b86a  main -> main
Workspace initialized.

Choose the exercise index and launch the repo using Open in Gitpod action.

Query tuning tips and tricks

Dev Ops

sql universe: This will help you get started with query tuning and have a better understanding of the distributed sql universe.

./launch

Choose the exercise index and launch the repo using Open in Gitpod action.

Development innerloop workflow

Dev

inner loop: This will explore the development innerloop workflow and guide bulding an application from scratch. This provides a hands-on experience of interacting with yugabyte db.

./launch

Choose the exercise index and launch the repo using Open in Gitpod action.

Java microservices

Dev

java microservices: This will explore the java microservices like spring boot, quarkus, and micronaut integration with yugabytedb.

Java testcontainers

Dev

testcontainers: This will explore the java testcontainers integration with yugabytedb.

Securing Spring Boot Microservices

Dev

secure by default: This will explore securing Spring Boot application with YugabyteDB over TLS using the native cloud secret management services

Data migration workflow from mysql to ybdb

Dev Ops

voyager: This will explore the voyager tool to migrate mysql to yugabytedb.

./launch

Choose the exercise index and launch the repo using Open in Gitpod action.

Change data capture(CDC) workflow from ybdb to postgres

Dev Ops

cdc: This will explore yugabytedb's change data capture.

./launch

Choose the exercise index and launch the repo using Open in Gitpod action.

Change data capture(CDC) streaming workflow from ysql to ycql

Dev

cdc-stream: This will explore spring cloud stream microservices based cdc integration from ysql to ycql through a supplier-processor-consumer pattern.

Data distribution and scalability

Ops

scale out: This will explore yugabytedb's data distribution and horizontal scalability.

./launch

Choose the exercise index and launch the repo using Open in Gitpod action.

Data replication, fault tolerance and high availability

Ops

chaos engineering: This will explore yugabytedb's fault tolerance and high availability.

./launch

Choose the exercise index and launch the repo using Open in Gitpod action.