-
Notifications
You must be signed in to change notification settings - Fork 2
RExSyn Nexus Light – Overview & Full Edition Preview
Flamehaven edited this page Nov 27, 2025
·
1 revision
RExSyn Nexus is shipped in two editions:
-
Light Edition
- Safe, demo-friendly skeleton.
- Uses a placeholder pipeline only (no secrets, no external executors).
-
Full Edition (Pro / B2B)
- Production-grade system.
- Includes complete scientific pipeline, infra, and governance.
- Contact the maintainers for access.
| Capability | Light Edition (OSS) | Full Edition (Pro/B2B) |
|---|---|---|
| API |
/health, /predict (placeholder), /status, /result
|
Full scientific job APIs & artifact/report endpoints |
| Pipeline | Placeholder only | Real structure prediction + MD + validation + reporting |
| Storage | SQLite / in-memory ready | Postgres, MinIO/S3, MLflow, Redis, etc. |
| Auth / Security | Local JWKS, demo-safe | JWKS-based auth, RBAC, audit trails, PII tools |
| Infra | FastAPI app skeleton, basic Docker templates | Helm charts, workers, observability stack |
| Governance | Light checklist | Full SIDRCE + SpicyFileReview, red/amber gates, audit artifacts |
| CI/CD | Minimal tests & smoke checks | CI/CD with quality gates, coverage, lint, drift checks (DFI-META) |
| Extensibility | Simple skeleton | External executors, plugin/add-on friendly architecture |
Minimal, demo-safe API:
-
GET /health– basic health check. -
POST /predict– placeholder prediction endpoint (no real science executors). -
GET /status– simple job status lookup. -
GET /result– simple result retrieval.
- Job / Result models kept intentionally small.
- Compatible with:
- SQLite
- In-memory backends
- Designed for local demos and simple tests, not large-scale production.
- FastAPI application skeleton.
- Minimal environment setup:
ALLOW_PLACEHOLDER_PIPELINE=1- Local JWKS for demo auth flows.
- No secrets required; runs with safe defaults out-of-the-box.
- Placeholder-level:
- Basic unit tests.
- Lightweight smoke tests for core endpoints.
- Goal is to validate the skeleton, not scientific correctness.
- License: MIT
-
Containerization:
- Basic
Dockerfile -
docker-composetemplates for local runs
- Basic
- Intended as a clean, open foundation for extension.
- Simple governance checklist for:
- Basic code review.
- Minimal safety & config checks.
- Note:
풀 SIDRCE + Spicy 검수는 프로 에디션에서 실행됩니다.
⚠️ The Full Edition is not bundled in the OSS/light repo.
Contact the maintainers for B2B enablement and deployment.
-
Structure Prediction Executors
- Integration with tools like AlphaFold, ESM, etc.
- Wired to real CLI / compute infrastructure.
-
Scientific Validation
- Metrics and validation via:
- DockQ
- SAXS
- PoseBusters
- Metrics are persisted and exportable.
- Metrics and validation via:
-
MD Refinement Pipeline
- GROMACS-based MD refinement.
- Refined PDB artifacts produced and stored.
-
Reporting
- Automatic report generation:
- PDFs
- Graphs / plots
- Artifacts stored in MinIO/S3 or compatible object storage.
- Automatic report generation:
-
Authentication
- JWKS-based auth (RS256 / ES256 support).
-
Authorization
- RBAC / permissions model for users and orgs.
-
Compliance & Safety
- Audit trails for important actions.
- PII handling tools, org/user seeding, and policy checks.
-
Deployment
- Helm charts for Kubernetes deployment.
- Secrets management integration.
-
Workers & Storage
- Redis / Celery workers for async jobs.
- Postgres, MinIO, MLflow all wired together.
-
Observability
- Prometheus / Grafana metrics.
- Alerting hooks for ops.
-
CI/CD
- CI pipelines with:
- Quality gates
- Test coverage thresholds
- Linting
- Drift checks (DFI-META / SIDRCE integrated)
- CI pipelines with:
-
External Executors
- Configurable paths for:
- Science CLIs
- Storage endpoints
- Custom tools
- Configurable paths for:
-
Plug-in / Add-on Friendly
- Architecture designed for B2B:
- Custom scientific tools
- Custom reporting
- Custom governance modules
- Architecture designed for B2B:
- Full SIDRCE governance pipeline.
- SpicyFileReview (Spicy 검수) integrated.
- Red/amber gates with:
- Automatically generated audit artifacts.
- Traceability for key decisions.
-
Run Locally
- Use
LOCAL_RUN.mdfor step-by-step instructions. - No external tools or secrets required.
- Use
-
Try the Demo Flow
-
README.mdincludes a simple demo script:predict → status → result- Uses a demo token and placeholder results.
-
-
Safe by Default
- All defaults are non-destructive and demo-safe.
- Good starting point to:
- Explore the API
- Wire up mock UIs
- Prototype integrations
-
Engage for B2B
- Reach out to the maintainers/team.
- We enable:
- Real scientific executors
- Production storage
- Auth / RBAC
- Deployment assets
-
Tailored Add-ons
- We can add:
- Custom science tools and workflows
- Org-specific reports and dashboards
- Governance extensions
- While keeping the open-source skeleton compatible and upgrade-safe.
- We can add: