X12I · COUNTEX

Pre-aggregate arbitrary JSON events into query-ready counters

Define CounterMaps once, ingest at event time, and serve counts, measures, rankings, forecasts, and operational rollups without rescanning raw events.

npm

Install for agents & tooling

Knowledge SDK — install as a devDependency only (not a production runtime).

npm i -D @x12i/countex-docs

Agents / SDK details → · agent-manifest.json

What Countex gives you

Build your first counter
  1. 1Install @x12i/countex
  2. 2Define and preview a CounterMap
  3. 3Ingest, flush, and query
Prepare for production
  1. 1Choose durable and cache adapters
  2. 2Estimate fan-out and resources
  3. 3Add health checks, backup, and shutdown

Featured books

View full catalog →

Countex is an embedded Node.js library for generic counter workloads. Your application owns event schemas, tenant routing, source-of-truth data, and rebuild policy; Countex owns projection, aggregation, storage, and retrieval.