database_selection_decision_tree

Database Selection Decision Tree

Content Preview
# Database Selection Decision Tree

## Overview

Choosing the right database technology is crucial for application success. This guide provides a systematic approach to database selection based on specific requirements, data patterns, and operational constraints.

## Decision Framework

### Primary Questions

1. **What is your primary use case?**
   - OLTP (Online Transaction Processing)
   - OLAP (Online Analytical Processing)  
   - Real-time analytics
   - Content management
   - Search and d
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/database_selection_decision_tree.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering/database-designer/references/database_selection_decision_tree.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering/database-designer/references/database_selection_decision_tree.md

Related Skills