2 Commits

Author SHA1 Message Date
34261ac36f docs: add detailed README.md with project documentation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 04:47:05 +09:00
f0c4060aed feat: shared library for stock analysis microservices
- Common models (Stock, DailyPrice, Valuation, ScreeningResult)
- Database connectors (PostgreSQL via asyncpg, MongoDB via motor, Redis)
- Redis Streams pub/sub utilities
- Base collector class with common patterns
- Logging configuration with structlog

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 13:50:38 +09:00