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

Typology register ingestion service - This service actively listens to updates in a Files Shares folder in Azure

Notifications You must be signed in to change notification settings

frmscoe/typology-register

Repository files navigation

TYPOLOGY REGISTER INGESTION SERVICE

Description

This service actively listens to updates in a Files Shares folder in Azure. When a new file with the format typology is uploaded, this service will read that CSV file and iterate through ILP source and store them in redis.
Alternatively, it can also upload a sample file stored inside the data folder in the service to facilitate a local run.

How to run

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"
  • To run lint, run: "npm run lint"

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

About

Typology register ingestion service - This service actively listens to updates in a Files Shares folder in Azure

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published