Documentation
Pulsys documentation
Section titled “Pulsys documentation”Start at the project README for the 60-second quick starts. This index is the map for everything else, grouped by what you are trying to do.
Operate it (run, deploy, trust, measure)
Section titled “Operate it (run, deploy, trust, measure)”| Doc | Purpose |
|---|---|
../DEVELOPMENT.md |
Build, run the local stack, test, and find your way around the code. |
architecture.md |
System and infrastructure view: components, request flow, deployment topology, cache warming, and quota. |
oidc.md |
SSO setup for Keycloak, AWS Cognito, and IAM Identity Center, plus break-glass owner recovery. |
security.md |
Credential model, parser hardening, threat model, deployment hardening, supply-chain posture. |
benchmarks.md |
Headline numbers, the receipts, and how to reproduce them (local, Linux, EC2). |
Understand it (how it is built, and why)
Section titled “Understand it (how it is built, and why)”| Doc | Purpose |
|---|---|
internals.md |
Software and syscall layer: warm-path implementation (io_uring, sendfile/sf_hdtr), Xet/CAS protocol, and OS tuning. |
Deploy references (live with the code)
Section titled “Deploy references (live with the code)”| Path | Purpose |
|---|---|
../deploy/charts/pulsys/README.md |
Helm chart: values reference and examples. |
../infra/cdk/README.md |
Benchmark AMI build + CDK + SSM harness. |
../admin-ui/README.md |
Admin console (Next.js SPA). |
results/ |
Generated benchmark datasets and charts (Darwin head-to-head; EC2 ships empty). |
Project files (repo root)
Section titled “Project files (repo root)”| File | Purpose |
|---|---|
../CONTRIBUTING.md |
How to contribute (DCO, Conventional Commits, review). |
../SECURITY.md |
How to report a vulnerability (policy). For the engineering detail, see security.md. |
../CODE_OF_CONDUCT.md |
Community standards. |