Commit Graph

2 Commits

Author SHA1 Message Date
dd165454f0 feat: Add Step 13 - Search System with Apache Solr and Data Persistence
- Implemented search service with Apache Solr instead of Elasticsearch
- Added full-text search, faceted search, and autocomplete capabilities
- Created data indexer for synchronizing data from MongoDB/Kafka to Solr
- Configured external volume mounts for all data services:
  - MongoDB, Redis, Kafka, Zookeeper, MinIO, Solr
  - All data now persists in ./data/ directory
- Added comprehensive search API endpoints
- Created documentation for data persistence and backup strategies

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-11 20:27:02 +09:00
5061171e45 Initial project foundation: Microservices architecture planning
- Created CLAUDE.md with architecture guidelines and context recovery guide
- Created docs/PLAN.md with progressive implementation strategy
- Created docs/PROGRESS.md for checkpoint tracking
- Added .gitignore for Python, Node, Docker environments
- Established API Gateway pattern with Console as orchestrator

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-10 08:56:29 +09:00