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 features.
I then kept working on it and added distribu...
Similar Articles (10 found)
π 64.9% similar
Python is, in a lot of ways, a very rich language. After years of using it, I still regularly discover new parts of the ecosystem, even in the standar...
π 59.3% similar
Very interesting, thanks for sharing. Users of my book cataloguing app have been asking for "progress" feature and providing the page number seems lik...
π 59.3% similar
Relational Databases Explained
How Relational Databases Work. This post talks about how indexes and transactions work on the inside of relational data...
π 58.8% similar
> New languages like Rust/Ocaml/Nim.. if yes then which?
Completely irrelevant. DE is SQL, Python, sometimes Scala/Java.
Get really good at SQL. Learn...
π 57.3% similar
Optimizing writes to OLAP using buffers
5 minute read
This article will outline the difference in efficient insert patterns between OLAP (analytical) ...
π 57.0% similar
Hi, fellow future and current Data Leaders; Ben here π
Today I wanted to talk about Iceberg. Iβve been seeing a lot about it recently. Everyone wants ...
π 56.8% similar
> Google asked me two interview problems involving these back when I was in college. Have I ever needed this in practice? Nope!
This is the shame of t...
π 56.7% similar
Building Cost Efficient Data Pipelines with Python & DuckDB
- 1. Introduction
- 2. Project demo
- 3. TL;DR
- 4. Considerations when building pipelines...
π 56.6% similar
Build Your Own Database
A step-by-step guide to building a key-value database from scratch.
If you were to build your own database today, not knowing ...
π 56.1% similar
You don't know SQL. Aside from basic CRUD statements, you haven't used any advanced database features. This free ebook will share many recipes to make...