npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@x12i/memorix-pipeline-manager

v1.32.1

Published

Visual pipeline and association manager UI for Memorix enrichment

Readme

@x12i/memorix-pipeline-manager

Visual UI for Memorix enrichment — dashboard, pipeline health, association design, plan/apply, registry, and record inspect.

Backed by memorix-explorer-api (no separate backend package). Design reference: .operational/mock.html (look/IA only — not a data source).

Sibling: Catalox Manager

Pipeline Manager and Catalox Manager share the same memorix-catalox database but different APIs:

Three process catalogs are used from both lenses:

  • memorix-associator-presets
  • memorix-associated-properties-registry
  • memorix-enrichment-playbooks

Catalog status in this app is read-only: it reports Mongo ↔ Catalox gaps and points to Catalox Manager for metadata fixes.

Sibling: Pipeline Simulator

Pipeline Simulator (:5179) is a local sandbox that should copy real data and never write live Catalox/entities. Data Simulator (:5178) previews descriptors against copied/seed records.

Quick start

cd memorix-pipeline-manager
npm install

# Starts memorix-explorer-api on :5181 and Vite on :5176
npm run dev

Open http://localhost:5176/

Features

| Route | Purpose | |-------|---------| | / | Dashboard — per-OT health, recent runs, failure reasons | | /objects/:objectType | Pipeline workspace | | /objects/:objectType/health | Stage counts + run history | | /objects/:objectType/inspect/:recordId? | Record inspector (Overview / Buckets / Associations / Narratives / System) | | /objects/:objectType/associations | Association designer + plan/apply | | /objects/:objectType/registry | Registry + parity (read-only regenerate note) | | /objects/:objectType/library | Parts catalog (resolvers / insights / presets) | | /objects/:objectType/narratives | Narrative signals catalog | | /objects/:objectType/runs/new | Run configuration (documented scopes only) | | /objects/:objectType/runs/:runId | Run detail | | /objects/:objectType/troubleshoot | Per-run failure reasons | | /settings | Env + local notification prefs (no fake RBAC) |

Association designer workflow

  1. Pick source object type and join paths (data.*)
  2. Pick target object type, content type, and payload form
  3. Define snapshot join paths
  4. Preview diagram
  5. BuildValidatePlanApplyVerify
  6. Promote to registry (requires MEMORIX_EXPLORER_ENABLE_METADATA_WRITES=true)

Ranked “Top” associations are not offered until the schema is confirmed.

Environment

| Variable | Default | Description | |----------|---------|-------------| | VITE_DEV_PORT | 5176 | Vite dev server port | | EXPLORER_API_PORT | 5181 | Explorer API port | | VITE_MEMORIX_EXPLORER_API | /api/explorer | API base (prod override) |

Related docs