Dirty NoSQL
Offered By: JSConf via YouTube
Course Description
Overview
Explore the concept of "Dirty NoSQL" in this 27-minute conference talk from JSConfEU 2010. Dive into Felix Geisendörfer's presentation on a lightweight, append-only JSON log database system. Learn about the implementation details, including 150 lines of code, no networking, and flexible guarantees. Discover benchmarks for operations like dirty.set() and dirty.forEach(), and understand the challenges of scaling such a system. Examine memory and disk hybrid approaches, replication strategies, and potential web service applications. Gain insights into alternative database designs and their trade-offs in this thought-provoking discussion on NoSQL technologies.
Syllabus
Intro
About
150 lines of code
Append-only JSON log
No Networking
Benchmarks
dirty.set()
dirty.forEach()
The Wall
The Internet
Flexible guarantees
Memory / Disk Hybrids
Replication
Web Services
Questions?
Taught by
JSConf
Related Courses
Deno - Next Generation JavaScript RuntimeJSConf via YouTube How I Got 1600 Stars on GitHub in 2 Months of Open Source Work
JSConf via YouTube Is it Okay to Pursue Functional Programming on Frontend - JSConf Korea
JSConf via YouTube If - Extensible Design - Return "Work Life Balance"
JSConf via YouTube React x Web Components - How It Is and How It Could Be
JSConf via YouTube