Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.2 KB

Codr Config Serivce

CodeQL Docker Image CI

Purpose

This microservice provides CRUD operations for all Configuration objects. Config object examples: ProjectConfig.

Getting Started

To use this image, pull this image from the Github Container Registry.

docker pull ghcr.io/codrjs/codr-core-config:latest

Kafka

Custom built consumer and producer classes can be imported from @codrjs/kafka.

Producers

  • codr.event.core.config - used for audit and notification purposes.

Consumers

  • None

Contributing

# Clone the repo
git clone [email protected]:CodrJS/codr-core-config.git

# Install yarn if you don't have it already
npm install -g yarn

# Install dependencies and build the code
yarn install
yarn build

# Building the docker image
yarn build:docker