Completed
Git Data Model
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Using Git as a NoSQL Database
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Background
- 3 Structure
- 4 Disclaimers
- 5 First Attempt
- 6 Git Repository
- 7 Git Data Model
- 8 Git Tools
- 9 Get Tree
- 10 Update
- 11 UpdateRef
- 12 Lipkit
- 13 CSharp
- 14 Writing the blob
- 15 Changing the file
- 16 Why
- 17 Versioning and rollback
- 18 Duping your content
- 19 Backup and replication
- 20 Atomic transactions
- 21 Longlived transactions
- 22 Keyvalue stores
- 23 CQRS system
- 24 Concurrency
- 25 Locking
- 26 Performance
- 27 Tree Nesting
- 28 Tree Levels
- 29 Partition
- 30 Change Backend
- 31 Disadvantages
- 32 Merge conflicts
- 33 Git as a database