The Log: What every software engineer should know about real-time data's unifying abstraction
December 16, 2013
I joined LinkedIn about six years ago at a particularly interesting time. We were just b...
Similar Articles (10 found)
π 61.5% similar
Relational Databases Explained
How Relational Databases Work. This post talks about how indexes and transactions work on the inside of relational data...
π 56.5% similar
Review: Building a Real Time Data Warehouse
Many data engineers coming from traditional batch processing frameworks have questions about real time dat...
π 55.5% similar
While I was working on a project with Wayfair, I got the opportunity to work on a system that generated daily business reports aggregated from multipl...
π 55.4% similar
I wrote a simple dynamodb style database with a python dictionary and a Google pygtrie ("trie" data structure)
It's still a toy but I kept adding feat...
π 55.1% similar
Building Cost Efficient Data Pipelines with Python & DuckDB
- 1. Introduction
- 2. Project demo
- 3. TL;DR
- 4. Considerations when building pipelines...
π 54.6% similar
Data Engineering Project: Stream Edition
- 1. Introduction
- 2. Sample project
- 3. Streaming concepts
- 4. Future work
- 5. Conclusion
- 6. Further r...
π 54.4% similar
Coding, waiting for results, interpreting them, returning back to coding. Plus, some intermediate presentations of oneβs progress. But, things mostly ...
π 54.3% similar
What do Snowflake, Databricks, Redshift, BigQuery actually do?
- 1. Introduction
- 2. Analytical databases aggregate large amounts of data
- 3. Most p...
π 54.1% similar
What is an Open Table Format? & Why to use one?
- 1. Introduction
- 2. What is an Open Table Format (OTF)
- 3. Why use an Open Table Format (OTF)
- 4....
π 53.7% similar
Data Engineering Best Practices - #1. Data flow & Code
- 1. Introduction
- 2. Sample project
- 3. Best practices
- 3.1. Use standard patterns that pro...