stk-persona-etl
v1.0.9
Published
HCM DWH ETL project
Downloads
1
Readme
README
This README would normally document whatever steps are necessary to get your application up and running.
What is this repository for?
- Estratek-persona-ETL
- Version 1.0
- Learn Markdown
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