Context
The KISS principle says to keep things simple. Currently, the project requires Kubernetes + Helm to run, which is a high barrier for individual Red & Blue team members who want to try the tool quickly.
Proposed Solution
- Create a
docker-compose.yml at the repo root with:
- Neo4j (with appropriate config)
- Manager service
- Feeder service (with configurable replica count)
- Frontend (or served via manager)
- Document a 3-step quick start in the README
Acceptance Criteria
Context
The KISS principle says to keep things simple. Currently, the project requires Kubernetes + Helm to run, which is a high barrier for individual Red & Blue team members who want to try the tool quickly.
Proposed Solution
docker-compose.ymlat the repo root with:Acceptance Criteria
docker-compose upstarts a working instance