Competency and Skills System -- Learning Modeling, Learner Modeling, Competency Management
50K+
Competency and Skills System — Open-source competency framework management, assertion tracking, and learner profile computation.
CaSS enables organizations across education, training, and workforce development to author competency frameworks, record assertions of individual competency attainment, compute learner profiles, and exchange competency data with external systems via standards-based protocol adapters.
The system is composed of:
cassproject) providing data models, cryptographic identity management, and an interoperability layer for web applications.Docker images for standalone and distributed deployments are available on Docker Hub:
Use the provided Docker Compose files for common configurations:
docker compose up -d
See DEPLOYMENT.md for detailed Docker, Kubernetes, and production deployment guidance.
git clone --recurse-submodules https://github.com/cassproject/CASS
cd CASS
npm install
npm run dev # Starts server with auto-restart on save
Prerequisites: Docker (pulls and runs Elasticsearch on port 9200).
npm test # Runs the full test suite (do not run alongside npm run dev)
npm run docs # Output deposited in /docs
Use containerized builds. See the Docker Compose files in the repository root for examples.
To support open linked data, objects created in CaSS should have public, reliable URLs:
FIPS is supported both client-side and server-side. It is recommended to use the Docker container builds for FIPS compliance.
| → Server → | Legacy (pre-FIPS) | OpenSSL with --force-fips | OpenSSL with --force-fips and REJECT_SHA1=true |
|---|---|---|---|
| Client / Library | |||
| Legacy (pre-FIPS) | SHA-1 (no FIPS) | SHA-1 (verify only) | Incompatible |
| Legacy + OpenSSL FIPS module | SHA-1 (partial FIPS) | SHA-1 (verify only) | Incompatible |
| Current | SHA-1 (no FIPS) | SHA-1 (verify only*), SHA-256 (FIPS) | SHA-256 (FIPS) |
Current + FIPS=true | SHA-1 (partial FIPS) | SHA-1 (verify only*), SHA-256 (FIPS) | SHA-256 (FIPS) |
Current + --force-fips | Incompatible | SHA-256 (FIPS) | SHA-256 (FIPS) |
Partial FIPS — SHA-1 hashing is still used; all other cryptographic operations use the FIPS module.
Verify only — Uses the exception permitting SHA-1 verification but not generation.
Verify only* — May fall back to SHA-1 verification if SHA-256 negotiation failed, but typically will not use SHA-1.
Source: OpenSSL FIPS 140-3 Announcement
| Document | Description |
|---|---|
| REQUIREMENTS.md | Software Requirements Specification (DI-IPSC-81433A) |
| DESIGN.md | System Design Document (DI-IPSC-81435A) |
| DATABASE.md | Database Design Description (DI-IPSC-81437A) |
| CONFIGURATION.md | Server configuration guide |
| DEPLOYMENT.md | Deployment guide (Docker, Kubernetes, bare metal) |
| ENVIRONMENT.md | Environment variable reference |
| FILE.md | Repository file structure reference |
| RELEASE.md | Release process and automation |
| CONTRIBUTING.md | Contribution guidelines |
| CODE_OF_CONDUCT.md | Code of conduct |
| CHANGELOG.md | Version history and release notes |
| Resource | URL |
|---|---|
| User & Administrator Docs | https://docs.cassproject.org |
| Developer Docs | https://devs.cassproject.org |
| CaSS Library (GitHub) | https://github.com/cassproject/cass-npm |
| CaSS Library (npm) | https://www.npmjs.com/package/cassproject |
| Docker Images | https://hub.docker.com/r/cassproject/cass |
Content type
Image
Digest
sha256:a4859d986…
Size
176.1 MB
Last updated
8 days ago
docker pull cassproject/cass:dev-alpine