# @exellix/catalox-graphs-http

> Fastify BFF routes for Catalox graph catalogs (/api/catalox/*). Mount in jobs-api or graphs-studio.

Latest version **1.2.0** (published 2026-07-05) · exellix-license license · 0 weekly downloads

## Install

```sh
npm install @exellix/catalox-graphs-http
pnpm add @exellix/catalox-graphs-http
yarn add @exellix/catalox-graphs-http
bun add @exellix/catalox-graphs-http
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2026-07-05 |
| First published | 2026-06-25 |
| Weekly downloads | 0 |
| License | exellix-license |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=20 |
| Dependencies | 1 |
| Unpacked size | 48.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | exellix |
| Keywords | exellix, catalox, graphs, fastify |

## Links

- npm: https://www.npmjs.com/package/@exellix/catalox-graphs-http
- Repository: https://github.com/exellix/exellix-engine-mono-repo
- Homepage: https://github.com/exellix/exellix-engine-mono-repo#readme
- Issues: https://github.com/exellix/exellix-engine-mono-repo/issues
- npm.io page: https://npm.io/package/@exellix/catalox-graphs-http

## Dependencies (1)

- [@exellix/catalox-graphs](https://npm.io/package/@exellix/catalox-graphs.md) ^1.5.0

## Alternatives

- [d3-force-3d](https://npm.io/package/d3-force-3d.md) — 1.0M weekly downloads
- [ng2-charts](https://npm.io/package/ng2-charts.md) — 486.8K weekly downloads
- [@arcgis/core](https://npm.io/package/@arcgis/core.md) — 257.8K weekly downloads
- [react-sparklines](https://npm.io/package/react-sparklines.md) — 249.3K weekly downloads
- [react-native-gifted-charts](https://npm.io/package/react-native-gifted-charts.md) — 182.3K weekly downloads

## Recent versions

- 1.2.0 (latest) — 2026-07-05
- 1.1.0 — 2026-06-27
- 1.0.0 — 2026-06-25

## README

# @exellix/catalox-graphs-http

Fastify BFF for Catalox graph catalogs. Exposes `/api/catalox/*` routes that delegate to `@exellix/catalox-graphs` stores.

**Data tier:** `@exellix/catalox-graphs`  
**Browser client + React:** `@exellix/catalox-graphs-ui`

## Usage

```ts
import { registerCataloxGraphRoutes } from '@exellix/catalox-graphs-http';

await registerCataloxGraphRoutes(app, { prefix: '/api/catalox' });
```

See [`@exellix/catalox-graphs`](../catalox-graphs/README.md) for env vars and catalog ownership.

---
_Source: https://npm.io/package/@exellix/catalox-graphs-http · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
