Skip to main content

Recently Updated Pages

Create table and test

PostgreSQL 16 + Debezium CDC Setup Guide

Connect to PostgreSQL If your DB name is mydb: psql -U postgres -W -d mydb OR...

Updated 3 months ago by Admin

PostgreSQL 16 + Debezium CDC Setup Guide

PostgreSQL 16 + Debezium CDC Setup Guide

PostgreSQL 16 + Debezium CDC Setup Guide (Step-by-Step) This document explains: Enabling Postgre...

Updated 3 months ago by Admin

MongoDB 8 Installation Guide for CentOS 8

MongoDB 8 Installation Guide for CentOS 8

Install MongoDB 8 on CentOS 8 This guide provides the correct steps to install MongoDB 8.0 on Cen...

Updated 3 months ago by Admin

Test CDC

Oracle CDC

STEP 1 — Create a Test Table (Inside PDB) Connect to Oracle inside the container: d...

Updated 3 months ago by Admin

Check PDB/CDB

Oracle CDC

IN dbever SELECT SYS_CONTEXT('USERENV', 'CON_NAME') AS container FROM dual; In root ALTER SE...

Updated 3 months ago by Admin

Create User and permissions

Debezium MSSQL CDC with Kafka (KRaft)

✅ SQL Server Debezium Test — Without GO 1. Create Database CREATE DATABASE Debezium...

Updated 3 months ago by Admin

Debezium MySQL CDC with Kafka (KRaft)

Debezium MSSQL CDC with Kafka (KRaft)

1. Download Correct Debezium SQL Server Plugin (v3.3) wget https://repo1.maven.org/maven2/io/debe...

Updated 3 months ago by Admin

Debezium MySQL CDC with Kafka (KRaft) – Full Setup Guide

Debezium MySQL CDC with Kafka (KRaft)

Debezium MySQL CDC with Kafka (KRaft) – Full Setup Guide Overview This guide explains how to conf...

Updated 3 months ago by Admin

Oracle 19c Docker Compose Setup Guide

Oracle 19c Docker Compose Setup Guide

Oracle 19c Docker Compose Setup Guide Prerequisites Docker CE (latest) Docker Compose plugin Cen...

Updated 3 months ago by Admin

MySQL 8 Installation & Debezium/Kafka Connect User Setup on CentOS 8

MySQL 8 Installation & Debezium/Kafka C...

📘 MySQL 8 Installation & Debezium/Kafka Connect User Setup on CentOS 8 This guide explains how to...

Updated 3 months ago by Admin

mssql install

Msql-2022 install

sudo docker run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=QAZWSX@786#Dhaka" -p 1433:1433 --name...

Updated 3 months ago by Admin

Apache Kafka 4.1.1 – Single Node KRaft Mode on CentOS 8 (No ZooKeeper)

Kafka Kraft Install

Apache Kafka 4.1.1 – Single Node KRaft Mode on CentOS 8 (No ZooKeeper) This guide shows how to in...

Updated 3 months ago by Admin

Create Operator Managed Secrets

infisical

Now finally we need to create the manage secret.  apiVersion: secrets.infisical.com/v1alpha1 ki...

Updated 4 months ago by Admin

Install Kubernetes Operator

infisical

The Infisical Operator is a collection of Kubernetes controllers that streamline how secrets are ...

Updated 4 months ago by Admin

Kubernetes service account that will be used to authenticate with Infisical

infisical Kubernetes service account to authentic...

kind: ServiceAccount apiVersion: v1 metadata: name: infisical-service-account --- apiVersi...

Updated 4 months ago by Admin

Creating an project and identity in web ui.

infisical

Go the the dashboard and create a project and add some testing secret. The project should be on s...

Updated 4 months ago by Admin

Create the reviewer service account

infisical

First of we need to create service acounts and rolebinding so that infisical can sync and update ...

Updated 4 months ago by Admin

Installation methods-Kubernetes via Helm Chart

infisical

Prerequisites You have extensive understanding of Kubernetes Installed Helm package manager v...

Updated 4 months ago by Admin

Infisical access control

infisical

let’s go step by step through Infisical access control — how it works, how you can use it to prot...

Updated 4 months ago by Admin

Demo application with auto reload

infisical

apiVersion: apps/v1 kind: Deployment metadata: name: demo-python annotations: secret...

Updated 4 months ago by Admin