home/categories/nosql-databases
category focus

NoSQL

MongoDB, Redis, and document stores.

862 스킬all categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
nosql-databases
0

framework-reference

Index of cloned framework repos for Maks's reference during builds.

nickgallick
nickgallick
databases
open
nosql-databases
0

k8s-databases

PostgreSQL and MongoDB on Kubernetes via Percona Operators. Use when deploying databases, configuring HA clusters, setting up backups, monitoring, or performing database operations.

nmime
nmime
databases
open
nosql-databases
0

redis-cache-skill

Use this skill to implement Redis cache patterns. It provides templates for Redis initialization (standalone/cluster) and advanced caching strategies (MultiGet, Pipeline, SingleFlight).

Penitence1992
Penitence1992
databases
open
nosql-databases
0

django-caching

Enterprise Django 6 caching — Redis strategies, cache invalidation, per-object and per-query caching, GraphQL response caching, and cache stampede prevention.

Poneaswaran
Poneaswaran
databases
open
nosql-databases
0

mongodb-atlas-schema

Templates e melhores práticas de schema design para MongoDB Atlas Local + @nestjs/mongoose

rafaellopessiman-bit
rafaellopessiman-bit
databases
open
nosql-databases
0

upstash-redis

Upstash Redis integration for serverless caching and data storage. Use when implementing Redis caching, rate limiting, or session storage with Upstash.

rand-tech
rand-tech
databases
open
nosql-databases
0

research-cache

Access and manage the persistent research cache to avoid redundant browsing

Reneromero08
Reneromero08
databases
open
nosql-databases
0

elasticsearch-expert

Expert-level Elasticsearch, search, ELK stack, and full-text search

RunnerQuan
RunnerQuan
databases
open
nosql-databases
0

managing-api-cache

Implement intelligent API response caching with Redis, Memcached, and CDN integration. Use when optimizing API performance with caching. Trigger with phrases like "add caching", "optimize API performance", or "implement cache layer".

RunnerQuan
RunnerQuan
databases
open
nosql-databases
0

redis-cache-manager

Manage redis cache manager operations. Auto-activating skill for Backend Development. Triggers on: redis cache manager, redis cache manager Part of the Backend Development skill category. Use when working with redis cache manager functionality. Trigger with phrases like "redis cache manager", "redis manager", "redis".

RunnerQuan
RunnerQuan
databases
open
nosql-databases
0

vela-services

Service containers for integration testing in Vela: Postgres, Redis, MySQL, Elasticsearch. Covers the services key, networking by container name, readiness checks, and detached steps.

ryanmr
ryanmr
databases
open
nosql-databases
0

db-redis

Generate Redis data structures, caching patterns, pub/sub configurations, Lua scripts, and cluster setups. Use when the user wants to implement caching, sessions, rate limiting, queues, or real-time features with Redis.

sitharaj88
sitharaj88
databases
open
nosql-databases
0

gcp-memorystore

Generate Memorystore Redis and Memcached instance configurations with caching strategies, HA, and connection patterns. Use when the user wants to set up in-memory caching or session storage on GCP.

sitharaj88
sitharaj88
databases
open
nosql-databases
0

redis-patterns

Upstash Redis patterns for caching and rate limiting.

slurpyb
slurpyb
databases
open
nosql-databases
0

remix-cache

A type-safe, Redis-backed caching library for Remix applications with SSE-based real-time invalidation, stale-while-revalidate, pattern matching, and automatic React revalidation. Use when working with Remix caching, Redis, cache invalidation, implementing caching strategies, or real-time data synchronization in Remix apps.

slurpyb
slurpyb
databases
open
nosql-databases
0

redis-patterns

Production Redis patterns covering data structures, caching strategies, pub/sub, streams, transactions, Lua scripting, pipelining, distributed locks, rate limiting, session management, cluster sharding, Sentinel HA, persistence, and memory optimization. Use when user needs Redis caching, pub/sub, streams, distributed locks, session management, rate limiting with Redis, key design, or Redis cluster architecture. NOT for other caches like Memcached, NOT for message queues like RabbitMQ/Kafka unless comparing, NOT for relational database queries, NOT for general SQL or NoSQL document stores like MongoDB.

srijan-at-qwertystars
srijan-at-qwertystars
databases
open
nosql-databases
0

elasticsearch-patterns

USE when user asks about Elasticsearch, ES, Elastic, OpenSearch, ELK stack, Kibana, Logstash, Beats, search indexing, inverted index, full-text search with Elasticsearch, ES Query DSL, ES|QL, Lucene queries, analyzers/tokenizers, Elasticsearch mappings, shard management, index lifecycle management (ILM), data streams, Elasticsearch aggregations, Elasticsearch bulk API, reindex, Elasticsearch security/RBAC, Elasticsearch vector search / kNN, search_as_you_type, Elasticsearch client libraries (elasticsearch-py, @elastic/elasticsearch, olivere/elastic), Elasticsearch cluster health, cat APIs, or Elasticsearch performance tuning. DO NOT USE for ClickHouse (use clickhouse skill), DuckDB (use duckdb skill), pgvector (use pgvector skill), PostgreSQL full-text search, Solr, Meilisearch, Typesense, Algolia, Redis Search, or general SQL databases.

srijan-at-qwertystars
srijan-at-qwertystars
databases
open
nosql-databases
0

redis-cluster

Use when working with Redis Cluster, Redis Sentinel, Redis replication, Redis high availability, Redis scaling, Redis failover, Redis partitioning, Redis hash slots, Redis resharding, Redis cluster configuration, Redis cluster client setup, MOVED/ASK redirections, cross-slot errors, Redis gossip protocol, or Redis cluster monitoring and diagnostics. Do NOT use for single Redis instance basics, Redis data structures tutorial, Memcached, DynamoDB, general caching patterns, Redis Streams tutorial, Redis pub/sub basics, or standalone Redis CLI usage.

srijan-at-qwertystars
srijan-at-qwertystars
databases
open
nosql-databases
0

redis-patterns

USE when writing code that uses Redis (the original Redis Ltd / Redis Community Edition, NOT Valkey fork), configuring Redis servers, designing caching layers, implementing pub/sub or streams, building rate limiters, distributed locks, session stores, leaderboards, or any Redis data structure usage. TRIGGER on imports of ioredis, redis, redis-py, go-redis, Jedis, Lettuce, or redis-cli commands. TRIGGER on mentions of Redis Cluster, Sentinel, RDB, AOF, ZADD, XADD, Lua scripting with EVAL, or Redis Stack modules (RedisJSON, RediSearch, RedisTimeSeries). DO NOT trigger for Valkey-specific forks, Memcached, DynamoDB, or general database design unrelated to Redis.

srijan-at-qwertystars
srijan-at-qwertystars
databases
open
nosql-databases
0

valkey-redis

Use when working with Valkey, Redis, or any Redis-compatible datastore. TRIGGER: code imports ioredis, redis, redis-py, valkey-py, go-redis, jedis, lettuce, or valkey-glide; Dockerfile/compose uses redis or valkey image; user mentions caching layer, session store, pub/sub, rate limiting with Redis/Valkey, streams, consumer groups, sorted sets, distributed locking, Redlock, ElastiCache, MemoryDB, Dragonfly, KeyDB, or any RESP-protocol store. DO NOT TRIGGER for general SQL databases, MongoDB, DynamoDB, Memcached (without Redis mention), or message brokers like RabbitMQ/Kafka unless explicitly compared to Redis/Valkey.

srijan-at-qwertystars
srijan-at-qwertystars
databases
open
nosql-databases
0

redis-cache-patterns

Redis 캐시 전략, 키 설계, 무효화 패턴. Spring Boot + Redis 캐시 작업 시 자동 적용.

sukeun1997
sukeun1997
databases
open
nosql-databases
0

be-best-practices

Backend best practices for Node.js + Zod + Prisma + PostgreSQL + MongoDB + Redis teams. Organized by concern: request validation, PostgreSQL/Prisma patterns, MongoDB patterns, Redis caching, error handling, API design, TypeScript, and file structure. Auto-loads in every backend dev session.

talisik-ai
talisik-ai
databases
open
nosql-databases
0

caching

Redis caching patterns and cache-aside strategies

teexiii
teexiii
databases
open
nosql-databases
0

mongodb

Query MongoDB Atlas — collections, documents, and aggregations via the Data API.

ThinkfleetAI
ThinkfleetAI
databases
open
Previous
Page 28 / 36
Next