1.1.1 • Published 1 year ago

ihtl-ratecon-api v1.1.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
1 year ago

ihtl-ratecon-api

Stores snapshots of ratecons used in notifications and pdfs.

Quick Links

DevProd
values.yamlvalues.yaml
ArgoArgo
Elastic LogsElastic Logs
Sink TopicSink Topic
DatabaseDatabase

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.1

Startup dependencies

  • postgres - see app.ts for table creation via synchronize
  • kafka (zookeeper, broker, schema-registry, etc..) - see sync:kafka to init topic. localhost:9021
docker-compose up -d