nosql

Community

NoSQL patterns for scalable data stores.

Authorwilliamzujkowski
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Nosql Skill outlines patterns and considerations for NoSQL databases, focusing on data modeling and access patterns.

Core Features & Use Cases

  • Data Modeling: Denormalized schemas and access patterns.
  • Consistency & Performance: caveats and optimizations for NoSQL stores.
  • Operations: Indexing, sharding, and partitioning guidance.

Quick Start

Create a simple document store pattern with denormalized data and a basic query.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: nosql
Download link: https://github.com/williamzujkowski/standards/archive/main.zip#nosql

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository