GitXplorerGitXplorer
d

dwh-script

public
0 stars
0 forks
12 issues

Commits

List of commits on branch master.
Unverified
ac8d0f2acc647322cdfdd809b92614800417a098

optimized script for speed

ddonpaul120 committed 4 years ago
Unverified
5d4fa26523a6698e754545e636bdc2b47814be31

fixed too many pararmeters issue

ddonpaul120 committed 4 years ago
Unverified
554d69350254397aee43a727c543a3f82ae87ece

optimized script for speed

ddonpaul120 committed 4 years ago
Unverified
220ca03f24083b1dcf4193786902b90d54eef89b

optimized script for speed

ddonpaul120 committed 4 years ago
Unverified
f4bb3cc85dac13858f0ffdb786d967dbc9c21355

fixed bug

ddonpaul120 committed 4 years ago
Unverified
1756b9ff727edaa9e0479a5bed92cacbd513e3dc

changed the dmr table

ddonpaul120 committed 4 years ago

README

The README file for this repository.

dwh-correction-script

Installation Steps

Prerequisite

Ensure you have nodejs installed on your system

See https://nodejs.org/en/download/ on how to install nodejs

Step 1

clone the repository by running this command

Step 2

Install Dependencies
Navigate into the cloned repository and run the command below

  • npm install
Step 3

Configure your Data Source via Environmental Variables file

  • Create a .env file within the cloned repository
  • configure your data-source in the .env file

Configuration Example

DB_HOST=localhost
DB_PORT=3063
DB_USER=DatabaseUsername
DB_PASS=DataBasePassword
DB_NAME=DMR
DB_CLIENT=mssql
Step 4

Run Script for DMR

  • npm dmr

Run Script for DMR2

  • npm dmr2