1.0.9 • Published 3 years ago

stk-persona-etl v1.0.9

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

How do I get set up?

  • Summary of set up In order to this project to work, the following paths and values must be created/modified Project Structure Open ETLs/config-values.js and modified the following variables:
let conn = {
    /*Path and connection credentials*/
    API_ENDPOINT_BASE_URL: 'https://afd662d3.eu.ngrok.io/',
    SUB_PATH: 'organization/', 
    SUB_PATH2: 'workspace/',
    BASE_PATH: '/Google Drive/Estratek/BI_Estratek/dev/Estratek-persona-ETL/',    
    STAGING_AREA_PATH : 'StagingArea/',
    ETL_LOGS_PATH: 'ETL_Logs/', 
    dbconn: {
            user: '*******', //env var: PGUSER
            database: '*******', //env var: PGDATABASE
            password: '******', //env var: PGPASSWORD
            host: '*****', // Server hosting the postgres database
            port: 5432, //env var: PGPORT
            max: 10, // max number of clients in the pool
            idleTimeoutMillis: 30000, // how long a client is allowed to remain idle before being closed
    }
};
  • Configuration
  • Dependencies
  • Database configuration
  • How to run tests
  • Deployment instructions

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact
1.0.9

3 years ago

1.0.8

5 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago