Install
Data, Databases & Streaming
Relational & NoSQL databases, search, caches, streams, ETL/ELT, and analytics stacks.
- 7 Subtopics
- 15 Tracked terms
- Last 30 days Feed window
Inside Data, Databases & Streaming
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
- Languages & Runtimes
- Editors, IDEs & Developer Experience
- Frontend Web
- Backend & APIs
- DevOps, CI/CD & Platform Engineering
- Testing & Quality
- Security & Privacy Engineering
- Architecture & Patterns
- AI/ML Engineering & LLMOps
- Collaboration & Project Management
- Open Source & Licensing
- Careers, Learning & Events
Latest in Data, Databases & Streaming
Redis vs Memcached: Complete Comparison
34+ min ago (942+ words) In the high-stakes world of modern application development, performance and scalability are paramount. Developers and architects constantly seek robust solutions to reduce database load, accelerate data retrieval, and enhance user experience. Two names frequently emerge at the forefront of in-memory…...
Stop trying to make Airflow work for Medallion pipelines
37+ min ago (318+ words) The "universal orchestrator" is a myth that keeps data engineers awake at 3:00 AM chasing zombie DAGs... Tagged with data, airflow, databricks, aws....
Build a DynamoDB Outbox and an Idempotent SQS Consumer in the Console
1+ hour, 59+ min ago (1251+ words) Introduction Hi, I'm miruky. A database commit can succeed while the caller believes... Tagged with aws, serverless, dynamodb, tutorial....
Backups and other lies
3+ hour, 53+ min ago (177+ words) Every sysadmin I know has the same secret: we do not actually back up half the things we tell other people to back up. I have been doing this for a decade. My recovery codes live in a directory called…...
Designing offline-first when there's no server
4+ hour, 38+ min ago (560+ words) I'm building an app with no backend. No accounts, no sync, no API. The database is a SQLite file on the phone, and that's the whole system. That sounds simpler than a client/server app. In some ways it is....
Stop storing money as a float
5+ hour, 1+ min ago (185+ words) I'm building an expense-splitting app for couples. Early on, I stored every amount as a double. It worked until two people split a ₹1,000.05 grocery bill three ways — and the app insisted someone still owed ₹0.01 that nobody could pay. The fix:…...
Clean a million rows with Hydra ETL — no database, no Docker
5+ hour, 48+ min ago (296+ words) A copy-paste tutorial: generate a 1M-row CSV, describe the pipeline in four small YAML files, validate it before running, then compare the Python and Rust engines. Tagged with dataengineering, python, rust, tutorial....
PostgreSQL Will Let You Invent a Type, Right Up Until It Asks for a C Compiler
1+ hour, 33+ min ago (41+ words) A partner feed lands a million order rows a day, and the order date arrives as 03/15/2021. Someone stores it in a text …...
DynamoDB vector search without embeddings
6+ hour, 49+ min ago (553+ words) So I had a go at the geography case. The setup is a store locator, which is about the most ordinary geography question going. Seven real places stand in for shops, five in and around Leeds and two over in…...
I Fine-Tuned a 0.6B Model for Data Migration.
2+ hour, 18+ min ago (595+ words) I started Migrato because I wanted to properly learn LoRA, fine-tuning, and small language models. But I didn’t want to fine-tune a model on some …...