For more details, visit Percona PMM Documentation. Also read: Vector Search with AI in PostgreSQL
Percona Monitoring PostgreSQL
EnterpriseDB PostgreSQL Manuel Install
📦 EDB Advanced Server 14 – Tarball Installation (RHEL 8, x86_64) 1. Extract the Package 2. Create a Local YUM Repository 3. Create the Repo Config 4. Install the EDB Server
🔍 Uzmanlık Alanlarımız
Aşağıdaki sistemler için kurulum, optimizasyon ve destek hizmeti sağlıyoruz: 📦 Veritabanları • PostgreSQL • MongoDB • Cassandra • Couchbase • Redis • YugabyteDB • Amazon RDS & Aurora ⚙️ Container & Bulut Teknolojileri • Docker & Docker Compose • Kubernetes (Minikube, k3s, production cluster) • AWS EC2, RDS, EKS • Terraform ile altyapı otomasyonu 📊 İzleme ve Log Yönetimi • ELK Stack (Elasticsearch, Logstash, Kibana) • Grafana, Prometheus, Loki, Alertmanager […]
Redis Master Slave Linux
Setting Up Redis Master-Slave Replication with Native redis.conf (No Docker) Redis is known for its blazing-fast performance and simplicity. In this post, we’ll walk through setting up a Redis Master-Slave architecture using native redis.conf files — no Docker required. This is perfect for local development or advanced system setups. 🧱 Architecture We’ll set up: • 🟥 1 Redis Master on […]
Redis Master Slave with Docker
etting Up Redis Master-Slave Replication with Docker on macOS In this tutorial, we’ll set up a simple Redis Master-Slave Replication architecture using Docker on macOS. This setup includes one master and two slave nodes to achieve high availability and read scalability. Why Use Redis Replication? Redis is a blazing fast in-memory key-value store, but by default, it […]
Redis Grafana Monitoring
🔧 Redis Monitoring with Grafana: Easy Installation and Dashboard Integration with Docker Are you using Redis, but do you want to monitor its performance instantly? In this guide, we show you how to set up the Redis monitoring process with Grafana step by step. Moreover, with just a few Docker commands! 🚀 Why Redis Monitoring? […]
Redis Training
Redis From Scratch Redis – Home Redis means “Remote Dictionary Server”. It is a memory-based (in-memory) NoSQL database. It is known for its fast data processing and is used in many modern applications for functions such as caching, queuing systems, session management. Redis – Overview Redis uses the key-value structure. It is very fast because […]
Sıfırdan Redis
Redis – Home Redis, “Remote Dictionary Server” anlamına gelir. Bellek tabanlı (in-memory) NoSQL bir veritabanıdır. Hızlı veri işlemleriyle bilinir ve birçok modern uygulamada önbellekleme, kuyruk sistemleri, oturum yönetimi gibi işlevlerde kullanılır. Redis – Overview Redis key-value yapısını kullanır. Verileri RAM üzerinde sakladığı için çok hızlıdır. Farklı veri türlerini (string, list, set, hash, sorted set vb.) […]
AI, ML, DL & Vector DB
AI Training Series: What is It, What Does It Do? Artificial intelligence (AI), machine learning (ML), deep learning (DL) and vector databases (Vector DB) have become one of the most popular topics in the software world in recent years. But most people are still confusing these terms or don’t know exactly how they work. In […]