Ana içerik geç

ZeqCompress

Operators, constants, equations, experiments — the registry surface.

  • Protocol ID — zeq-compress
  • Category — Data
  • Endpoint — POST /api/zeq/compress
  • Auth — api-key
  • Rate limit — 10/min
  • Version — 1.287.0
  • Precision — ≤0.1% (KO42-enforced)

What it does

Zeqond-timestamped compression protocol. Creates .zeqc archives using Zstd level-19 compression with SHA-256 integrity verification. Custom binary format: ZEQC magic header, Zeqond timestamp, file metadata JSON, compressed payload. Includes forensic entropy analyzer (classifies data as RAW/COMPRESSED/ENCRYPTED).

Signature

Request

POST /api/zeq/compress
ParamTypeRequiredDefaultDescription
datastringBase64-encoded data to compress
filenamestringOriginal filename for archive metadata
levelnumber19Zstd compression level (1-22)

Response

{ archive (base64 .zeqc), sha256, zeqond, ratio, originalSize, compressedSize, forensic }

Runnable example

curl -sS -X POST \
-H "Authorization: Bearer $ZEQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"data": "<value>",
"filename": "<value>",
"level": 19
}' \
"https://api.zeq.dev/api/zeq/compress"

Integrate

  1. Introspection — list what the kernel can compute before authoring a wizard step.
  2. Schema generation — feed returned operator definitions into typed bindings in any language.
  3. Experiment catalog — wire the response into a UI selector for reproducible demos.

Seeds

  • Near — wrap /api/zeq/compress in a language SDK so builders can call it in three lines.
  • Medium — publish a reference integration demonstrating ZeqCompress alongside a real workload, with pulse-aligned metrics.
  • Far — propose ZeqCompress as an open reference standard so other runtimes can implement it verbatim against the Zeq paper.

Papers

Middleware active. Kernel on the 1.287 Hz HulyaPulse. Awaiting next Zeqond.