Articles by tag: data-architecture
How to Choose Between SQL and NoSQL Databases: Practical Guide
Learn how to choose between SQL and NoSQL databases for a project with this practical guide. Compare ACID, scalability, use cases, and make the right database decision.
Streaming data processing: architecture on Kafka and Flink
How to assemble a streaming system from Kafka, Flink and S3. Detailed guide on integrating components and setting up real-time data processing.
Architecture for 9 trillion records on a server
Learn how to store trillions of Milky Way stars in sparse files with Z-encoding. Scalable system without indexes for middle/senior dev. Implement it yourself.