Commit graph

4 commits

Author SHA1 Message Date
rUv
aca7c53bc8 feat(docker): Add 8 specialized Docker images with publishing infrastructure
- Add Dockerfiles for 8 RuVector components:
  - ruvector-core: Core vector database engine with HNSW indexing
  - ruvector-server: REST API server (port 8080)
  - ruvector-cli: CLI + MCP server for AI integration (port 3000)
  - ruvector-gnn: Graph Neural Networks (GCN, GAT, GIN)
  - ruvector-graph: Neo4j-compatible Cypher graph DB (ports 7687, 7474)
  - ruvector-attention: 39 attention mechanisms (MHA, GQA, MoA)
  - ruvector-cluster: Raft consensus distributed clustering
  - ruvector-sona: Self-Optimizing Neural Architecture

- Add comprehensive README.md for each image with:
  - Docker Hub badges
  - Features and quickstart guides
  - Configuration tables
  - Performance benchmarks

- Add docker-compose.full.yml for 9-service orchestration
- Add build/publish/test scripts in docker/scripts/
- Add GitHub Actions workflow for multi-arch Docker publishing

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-07 04:24:28 +00:00
rUv
71c3e5da82 chore: Add npm/studio package and update Docker configs
- Add npm/studio package with components and pages
- Update Dockerfile.combined with improved configuration
- Update Dockerfile.studio with fixes

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-06 23:07:26 +00:00
rUv
814f595995 feat(studio): Add complete RuVector Studio application
Major additions:
- Complete Next.js studio application with 1600+ components
- Docker support (Dockerfile.combined, docker-compose.yml)
- GCP deployment documentation and benchmarks
- SQL benchmark scripts for performance testing
- Sentry integration for monitoring
- Comprehensive test suite and mocks

Studio features:
- Dashboard and admin interfaces
- Data visualization components
- Authentication and user management
- API integration with RuVector backend
- Static data and public assets

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-06 23:04:48 +00:00
rUv
79cad407f8 feat(docker): Add main RuVector Docker image with complete platform
- Create docker/Dockerfile with PostgreSQL extension + npm packages
- Build ruvnet/ruvector:0.2.5 image (PostgreSQL 17, Node.js 20)
- Include 65 SQL functions: vector, hyperbolic, sparse, GNN, routing, learning
- Pre-install npm packages: ruvector, @ruvector/sona, ruvllm, postgres-cli
- Add comprehensive Docker Hub README with 8 tutorials
- Update main README with Docker quickstart section
- Add Docker badge to README

Docker images available:
- ruvnet/ruvector:latest - Full platform (PostgreSQL + npm)
- ruvnet/ruvector-postgres:latest - PostgreSQL extension only

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 19:39:50 +00:00