Skip to content

CodrJS/codr-core-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Core domain config microservice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages