1.1.1 • Published 2 years ago
ihtl-ratecon-api v1.1.1
ihtl-ratecon-api
Stores snapshots of ratecons used in notifications and pdfs.
Quick Links
| Dev | Prod | 
|---|---|
| values.yaml | values.yaml | 
| Argo | Argo | 
| Elastic Logs | Elastic Logs | 
| Sink Topic | Sink Topic | 
| Database | Database | 
Setup
Get .env file from a relevant developer. See .env.example for needed variables
Ensure your node version matches what's in the Dockerfile
node --version
nvm install 16.15.1
nvm use 16.15.1Startup dependencies
- postgres - see app.ts for table creation via synchronize
- kafka (zookeeper, broker, schema-registry, etc..) - see sync:kafkato init topic. localhost:9021
docker-compose up -d