graphiti/mcp_server/docker
Daniel Chalef fb2ebeba50 feat: Configure KuzuDB Docker deployment with persistent storage
- Update docker-compose-kuzu.yml to use persistent volume by default
- Set KUZU_DB to /data/graphiti.kuzu for persistent storage
- Increase max concurrent queries from 1 to 10 for better performance
- Add dedicated config-docker-kuzu.yaml for Docker deployments
- Create README-kuzu.md with usage instructions and troubleshooting
- Configure volume with local driver for data persistence

The setup now provides:
- Automatic data persistence across container restarts
- No external database dependencies
- Simple backup/restore procedures
- Lower resource usage compared to Neo4j

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 08:50:48 -07:00
..
docker-compose-kuzu.yml feat: Configure KuzuDB Docker deployment with persistent storage 2025-08-30 08:50:48 -07:00
docker-compose.yml feat: Major MCP server refactor with improved structure and CI/CD 2025-08-30 08:50:48 -07:00
Dockerfile fix: Resolve CI/CD issues for MCP server 2025-08-30 08:50:48 -07:00
README-kuzu.md feat: Configure KuzuDB Docker deployment with persistent storage 2025-08-30 08:50:48 -07:00