learning_ai_common_plat/services/extraction-service
saravanakumardb1 37343ae57b feat(extraction): add Dockerfile + supervisord for extraction-service
- Multi-stage: Node.js build + Python sidecar + supervisord runtime
- Stage 1: pnpm workspace build for Fastify TS service
- Stage 2: pip install langextract + FastAPI deps
- Stage 3: node:22-alpine + python3 + supervisord
- supervisord manages both Fastify (4005) and uvicorn (4006)
2026-02-14 13:57:41 -08:00
..
python chore(extraction): add Python .gitignore, remove cached .pyc files 2026-02-14 13:49:39 -08:00
src feat(extraction): integration tests + Python tests + fix langextract API 2026-02-14 13:49:18 -08:00
.env.example feat(extraction): scaffold extraction-service + @bytelyst/extraction package 2026-02-14 13:31:40 -08:00
Dockerfile feat(extraction): add Dockerfile + supervisord for extraction-service 2026-02-14 13:57:41 -08:00
package.json feat(extraction): scaffold extraction-service + @bytelyst/extraction package 2026-02-14 13:31:40 -08:00
supervisord.conf feat(extraction): add Dockerfile + supervisord for extraction-service 2026-02-14 13:57:41 -08:00
tsconfig.json feat(extraction): scaffold extraction-service + @bytelyst/extraction package 2026-02-14 13:31:40 -08:00