Skip to content

alivedise/database-engineering-essentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database Engineering Essentials (DEE)

A collection of database design principles and best practices, built as a bilingual (English / Traditional Chinese) documentation site.

Overview

DEE provides numbered, structured guidelines for database design -- from relational fundamentals to NoSQL patterns and operational best practices. Each principle includes context, actionable guidance, visual diagrams, examples, and common mistakes.

Development

pnpm install
pnpm docs:dev      # Start dev server
pnpm docs:build    # Build for production
pnpm docs:preview  # Preview production build

Structure

Range Category
0-9 DEE Overall
10-29 Fundamentals
100-149 Relational Design
150-199 Indexing and Storage
200-299 Query and Performance
300-399 Schema Evolution
400-449 NoSQL Patterns
450-499 Caching and Search
500-599 Application Patterns
600-699 Operations

Contributing

Follow the template in DEE-0 and submit a pull request.

About

Database Engineering Essentials (DEE) - vendor-agnostic database knowledge for working engineers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors