TiDB Communitytidbcommunity.hashnode.dev·Dec 17, 2024Migrating Vector Data from Milvus to TiDBThis article was written by caiyfc, a dedicated TiDB Cloud Serverless user and TiDB Community Moderator. Introduction Recently, I’ve been exploring the use of vector databases to build Retrieval-Augmented Generation (RAG) applications, successfully i...vector database
Ahmad W Khanblog.ahmadwkhan.com·Dec 8, 2024Migrating a Python Django DRF Monolith to Microservices - Part 2: Dockerizing the MicroservicesContainerization is a crucial step in preparing your microservices for deployment. By using Docker, we can package each microservice with its dependencies, ensuring consistency across development, testing, and production environments. In this part, w...monolithic architecture
Ahmad W Khanblog.ahmadwkhan.com·Dec 6, 2024Migrating a Python Django DRF Monolith to Microservices - Part 1: Planning the MigrationThis series walks through the step-by-step process of breaking a Django DRF monolith into microservices, containerizing the architecture, setting up CI/CD pipelines, and deploying on AWS using Kubernetes. Each part focuses on a specific phase. Migrat...32 readsmonolithic architecture
Dhairya Patelblog.dhairyapatel.in·Dec 3, 2024Achieving Zero-Downtime Live Migration for Stateful Workloads with Drafter: An In-Depth GuideThe Challenge with Stateful Workloads in Cloud In today's cloud-native world, managing stateful workloads like databases presents unique challenges. While solutions like Kubernetes excel at handling stateless applications, managing stateful services—...57 readslive migration
Harendra Barotharrybdevops.hashnode.dev·Nov 29, 2024A Complete Guide to Migrating AWS Infrastructure to TerraformInfrastructure as Code (IaC) tools like Terraform have become an essential part of modern DevOps practices. If you are managing an EC2 instance without Terraform and want to migrate your existing infrastructure, this guide will help you do it in a st...1 likeS3-bucket
Chetan Mittalblog.railsforgedev.com·Nov 28, 2024The Ultimate Rails Version Migration Checklist for 2025: A Complete GuideRuby on Rails, affectionately known as Rails, remains one of the most popular web development frameworks. With its convention-over-configuration philosophy, Rails simplifies building robust applications. But as technology evolves, so do the Rails ver...218 readsrails migration checklist
Will Braunblog.willbraun.dev·Nov 25, 2024My Experience Upgrading to Svelte 5Svelte 5 is out! It's packed with new features and I've heard good reviews so far, but I hadn’t had a chance to dive in until now. I've spent the last year building a SvelteKit web app using Svelte 4 (racquetrivals.com, come play). For comparison, th...2 likes·126 readsSvelte
Sai SrirampurforPeerDB Blogblog.peerdb.io·Nov 25, 2024Postgres CDC connector for ClickPipes is now in Private PreviewToday, we’re excited to announce the private preview of the Postgres Change Data Capture (CDC) connector in ClickPipes! This enables customers to replicate their Postgres databases to ClickHouse Cloud in just a few clicks and leverage ClickHouse for ...PostgreSQL
Jack Linkejacklinke.com·Nov 23, 2024Squashing Django Migrations the Easy WayMy django project currently has almost 300 models (and another 80-ish 3rd party models), along with some 250 or so migration files from 6 years of development. This is a common situation in long-running Django projects - as your application grows, mi...1 like·1.2K readsDjango
DbVisualizerthetable.hashnode.dev·Nov 21, 2024Quick Guide to Data Migration Between MySQL and PostgreSQL Using DbVisualizerMigrating data between databases is essential for managing data from diverse sources. DbVisualizer streamlines the setup and migration process, making it simpler to transfer data between MySQL and PostgreSQL. Here's a quick outline to set up and migr...migration