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

caching-strategy

Use when implementing caching - Redis, CDN, HTTP cache headers, application-level memoization, or cache invalidation patterns

kienbui1995
kienbui1995
databases
open
nosql-databases
0

aggregation-pipeline

Build MongoDB aggregation pipelines — $match, $group, $lookup, $project, index optimization. Triggers: 'aggregation', 'pipeline', 'complex query', '$group', '$lookup', 'reporting query'.

knofler
knofler
databases
open
nosql-databases
0

schema-design

Design MongoDB schemas — Mongoose models with validation, indexes, relationships. Triggers: 'schema', 'model', 'data model', 'collection design', 'Mongoose schema'.

knofler
knofler
databases
open
nosql-databases
0

redis-docs

Comprehensive reference documentation for Redis Docs.

Knuckles-Team
Knuckles-Team
databases
open
nosql-databases
0

gcp-firestore

Guides Firestore document modeling, index strategy, transactional patterns, and JVM integration for scalable backend systems. Use when: building document-oriented services, read projections, and low-latency event-driven views on GCP.

KrystianYCSilva
KrystianYCSilva
databases
open
nosql-databases
0

spring-cache

Spring Cache + Redis caching patterns for Kotlin. Use when implementing caching strategies, cache invalidation, TTL management, or Redis integration in multi-module projects.

kssumin
kssumin
databases
open
nosql-databases
0

redis

Use Redis effectively for caching, queues, and data structures with proper expiration and persistence.

kulharir7
kulharir7
databases
open
nosql-databases
0

pod-browse

Navigate Solid Pod containers — follow LDP structure, read .meta sidecars, use affordances to discover content

LA3D
LA3D
databases
open
nosql-databases
0

spring-cache

**Spring Cache Skill**: Production-grade caching with Redis and Spring Cache abstraction for Java 21 + Spring Boot 3.x. Covers @Cacheable, @CachePut, @CacheEvict, multi-level caching, cache-aside pattern, TTL configuration, cache warming, conditional caching, distributed cache with Lettuce, cache serialization, key generation, monitoring with Micrometer, and cache stampede prevention. MANDATORY TRIGGERS: @Cacheable, @CachePut, @CacheEvict, @Caching, @EnableCaching, CacheManager, RedisCacheManager, CacheConfiguration, RedisTemplate, Spring Cache, Redis, Lettuce, cache, TTL, cache eviction, cache hit, cache miss, cache invalidation, cache stampede, dogpile, multi-level cache, L1 cache, L2 cache, Caffeine, local cache, distributed cache, cache-aside, read-through, write-through, cache warming, preload, cache key, KeyGenerator, cache serialization, Jackson2JsonRedisSerializer, cache monitoring, cache metrics.

zenobiuszeto
zenobiuszeto
databases
open
nosql-databases
0

10-repo-docs

Mantém docs estruturais do repo

leonamduarte
leonamduarte
databases
open
nosql-databases
0

mongoose-patterns

Mongoose/MongoDB patterns for schema design, queries, indexes, aggregations. Use when working with MongoDB through Mongoose.

LimaTechnologies
LimaTechnologies
databases
open
nosql-databases
0

data-access-layer

MongoDB data access layer patterns. Use when creating database services, collections, queries, indexes, or any MongoDB interaction.

lmaero
lmaero
databases
open
nosql-databases
0

ringdev-service-discovery

Scans the current Go project and identifies the Service → Module → Resource hierarchy for tenant-manager registration. Detects service name and type, modules (via WithModule or component structure), resources per module (PostgreSQL, MongoDB, RabbitMQ), and database names for each resource. Redis is excluded (managed via key prefixing). Produces a visual HTML report for human decision-making. Additionally detects MongoDB index definitions (both in-code EnsureIndexes and scripts/mongodb/*.js files), generates index creation scripts for any gaps, and uploads them to S3 for use during dedicated tenant database provisioning. Also detects database names per module, cross-references them across modules to find shared databases, and flags them for single-provision in tenant-manager.

LucasMalessa
LucasMalessa
databases
open
nosql-databases
0

redis-development

Redis performance optimization and best practices. Use this skill when working with Redis data structures, Redis Query Engine (RQE), vector search with RedisVL, semantic caching with LangCache, or optimizing Redis performance.

adcuelloa
adcuelloa
databases
open
nosql-databases
0

update-memory

Add or update a key-value pair in the memory persistence system. Performs upsert - updates existing keys or adds new ones. Requires memory.md to exist.

adamrdrew
adamrdrew
databases
open
nosql-databases
0

supabase-embedding-parse

Use parse_embedding_from_db when reading embedding columns from Supabase. Supabase/PostgREST returns pgvector as string; normalize to list of floats before sending to Elasticsearch or other consumers.

XuefeiLiu
XuefeiLiu
databases
open
nosql-databases
0

caching-learn

Guides caching strategy selection and implementation across the full stack including HTTP caching, application-level caching (Redis, in-memory), frontend data caching (SWR, TanStack Query), LLM response caching (prompt caching, semantic caching), database query caching, cache invalidation patterns, and distributed cache architectures. Covers cache-aside, read-through, write-through, write-behind patterns, eviction policies (LRU/LFU), and agentic workflow caching considerations. Use when adding caching to an application, choosing a caching strategy, debugging stale data, optimizing API response times, reducing LLM costs, or designing distributed cache topologies. Triggers: cache, caching, Redis, CDN, TTL, cache invalidation, stale data, Cache-Control, ETag, SWR, TanStack Query, prompt caching, semantic cache, LRU, write-through, cache-aside, materialized view.

lushly-dev
lushly-dev
databases
open
nosql-databases
0

caching-learn

Guides caching strategy selection and implementation across the full stack including HTTP caching, application-level caching (Redis, in-memory), frontend data caching (SWR, TanStack Query), LLM response caching (prompt caching, semantic caching), database query caching, cache invalidation patterns, and distributed cache architectures. Covers cache-aside, read-through, write-through, write-behind patterns, eviction policies (LRU/LFU), and agentic workflow caching considerations. Use when adding caching to an application, choosing a caching strategy, debugging stale data, optimizing API response times, reducing LLM costs, or designing distributed cache topologies. Triggers: cache, caching, Redis, CDN, TTL, cache invalidation, stale data, Cache-Control, ETag, SWR, TanStack Query, prompt caching, semantic cache, LRU, write-through, cache-aside, materialized view.

lushly-dev
lushly-dev
databases
open
nosql-databases
0

redis-schema-gen

Generate Redis key patterns and data structures. Use when designing Redis architecture.

lxgicstudios
lxgicstudios
databases
open
nosql-databases
0

database-development

Padrões de Database layer: Entities, Migrations, Repositories, Kysely types, JSONB.

lyraarteltda
lyraarteltda
databases
open
nosql-databases
0

everything-provider-setup

Set up Everything for read-only inventory via ES CLI or HTTP server. Use when integrating Everything, configuring search providers, or setting up fast file indexing. Supports ES CLI (recommended), HTTP Server, and SDK with automatic fallback.

macho715
macho715
databases
open
nosql-databases
0

redis-expert

Redis expert. Caching strategies, session storage, rate limiting, pub/sub. Use for caching implementation and Redis configuration.

mahamaneharouna9-cpu
mahamaneharouna9-cpu
databases
open
Previous
Page 36 / 36