Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

frmscoe/blocklist-processing-engine

Repository files navigation

This is a Blocklist Processing Engine. It will start a client listening to the configured Kafka endpoint, then check the MSISDN for all the different transactions on a Redis Blocklist, and then output the result to Tremor (block or no-block).

To get going: Run "npm i" Then:

  • To debug, run: "npm run start:dev" - this will compile and run the .ts files, also start a file watcher to recompile as changes are made to any .ts files
  • To do prod build, run: "npm build" - this will clear, then create, all .js files in the /build subfolder
  • To run prod build, run: "npm run start"

Other handy commands - while debugging, if you want the app to reload, just type "rs" in the terminal, this will trigger a restart.

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •