orneryd/NornicDB

Nornicdb is a distributed low-latency, Graph+Vector, Temporal MVCC with all sub-ms HNSW search, graph traversal, and writes. Using Neo4j Bolt/Cypher and qdrant's gRPC means you can switch with no changes while adding intelligent features like schemas, managed embeddings, reranking+llm, GPU accel, Auto-TLP, Policy-based Memory Decay, and MCP server.

This repository also configures its own agents. See what NornicDB tells them →

858Stars on the repository
12Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

orneryd/NornicDB

Skill Claude CodeCodex

Drive NornicDB from a Bolt client (neo4j-go-driver/v5 or any other Neo4j Bolt driver). Use when classifying retryable vs permanent errors, sizing UNWIND/MERGE batch writes, configuring connection defaults, or implementing retry logic against NornicDB. NornicDB speaks the same wire as Neo4j 5; this skill calls out the…

not rated 858 yesterday A 98 tokens original MIT

orneryd/NornicDB

Skill Claude CodeCodex

Pick fast, predictable Cypher query shapes in NornicDB — point lookups, batch retrieval, pagination, search, traversal, batched UNWIND/MERGE writes, cleanup, multi-tenant isolation. Use when writing or reviewing Cypher whose latency or throughput matters; maps user intent to the executor's hot-path query templates.

not rated 858 yesterday A 79 tokens original MIT

orneryd/NornicDB

Skill Claude CodeCodex

Tune NornicDB decay profiles via Cypher — pick half-life, function, threshold, floor, scoreFrom; diagnose suppression vs score-clamp confusion; build forgetting and consolidation curves. Use when adjusting halfLifeSeconds, visibilityThreshold, scoreFloor, function, scoreFrom, or building inverted-decay (idle-time…

not rated 858 yesterday A 82 tokens original MIT

nornicdb-grpc

04

orneryd/NornicDB

Skill Claude CodeCodex

Drive NornicDB over gRPC — the Qdrant-compatible surface (Collections, Points, Snapshots) plus the additive NornicSearch service. Use when ingesting via Qdrant SDKs, migrating from Qdrant, or running hybrid text+vector search from a non-Bolt client. Covers connection, RPC catalog, collection→database mapping…

not rated 858 yesterday A 98 tokens original MIT

orneryd/NornicDB

Skill Claude CodeCodex

Author and use NornicDB knowledge-layer policies (decay profiles, parameter bundles, promotion profiles, promotion policies) from Cypher. Use when writing CREATE/ALTER/DROP/SHOW DECAY PROFILE / PROMOTION PROFILE / PROMOTION POLICY, calling nornicdb.knowledgepolicy. procedures, or reading entity scores via decayScore()…

not rated 858 yesterday A 93 tokens original MIT

orneryd/NornicDB

Skill Claude CodeCodex

Use NornicDB managed embeddings via Cypher — server-side embedding generation with WITH EMBEDDING, db.index.vector.embed, embedding providers (Ollama / OpenAI / local GGUF), property include/exclude, and the managed ChunkEmbeddings storage model. Use when the API surface is Cypher and you want NornicDB to embed text…

not rated 858 yesterday A 90 tokens original MIT

orneryd/NornicDB

Skill Claude CodeCodex needs its repo

Migrate from Neo4j 5 to NornicDB end-to-end over Bolt. Covers schema replication (constraints + indexes including fulltext and vector), node and edge replication using hot-path UNWIND/MERGE shapes from the cookbook, label preservation strategy, what does and does not transfer, the cutover playbook. Points to runnable…

not rated 858 yesterday A 101 tokens original MIT

orneryd/NornicDB

Skill Claude CodeCodex

Boost or dampen scores for NornicDB entities using promotion profiles and promotion policies — multipliers, ON ACCESS mutations, WHEN predicates, Kalman-smoothed behavioral signals. Use when writing CREATE/ALTER/DROP/SHOW PROMOTION PROFILE / POLICY in Cypher, configuring access counters, or shaping reinforcement /…

not rated 858 yesterday A 75 tokens original MIT

orneryd/NornicDB

Skill Claude CodeCodex needs its repo

Migrate from Qdrant to NornicDB end-to-end through NornicDB's Qdrant-compatible gRPC surface. Covers connection setup, collection→database mapping, point→node mapping, the vector-config and named-vector replication, point upsert in batches, count verification, and what (deliberately) does not transfer (snapshots, HNSW…

not rated 858 yesterday A 101 tokens original MIT

orneryd/NornicDB

Skill Claude CodeCodex

Build RAG pipelines in NornicDB using Cypher procedures — db.retrieve (hybrid vector + BM25 + RRF), db.rretrieve (retrieve + rerank), db.rerank (cross-encoder), db.infer (LLM call). Use when assembling end-to-end retrieval, reranking, or RAG flows from Cypher rather than hand-rolling vector and full-text procedures…

not rated 858 yesterday A 93 tokens original MIT

orneryd/NornicDB

Skill Claude CodeCodex

Run vector and full-text indexes from Cypher in NornicDB — CREATE/DROP VECTOR INDEX, CREATE/DROP FULLTEXT INDEX, db.index.vector.queryNodes / queryRelationships, db.index.fulltext.queryNodes, similarity functions, dimensions. Use when building semantic search, kNN, or BM25 lookups in NornicDB; the API is…

not rated 858 yesterday A 92 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: