Skip to content

btfacrm/bcrm-etl-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BCRM ETL service SSOT

Powered by Unit test Code coverage Build Build job Release dev version prd version

SSOT ETL service for Salesforce Integration

Table of contents

  1. Description
  2. Configuration

Description

SSOT ETL service for Salesforce Integration. The next diagram shows the high level architecture of the process:


architecture

Configuration

The next properties must be provided to run the service:

Property Description
mssql.host Microsoft Sql Server Host
mssql.port Microsoft Sql Server Port
mssql.user Microsoft Sql Server User
mssql.password Microsoft Sql Server Password
mssql.database Microsoft Sql Server Database Name
api.id API Manager instance id
jks.path Path to the keystore for https
jks.keypassword Password to open the keystore for https
jks.alias Name of the certificate in the keystore for https
service.host BCRM Salesforce System API host
service.clientid BCRM Salesforce System API client-id
service.clientsecret BCRM Salesforce System API client-secret
logapplication Logging level for application messages
logconnectors Logging level for connectors
logroot Logging level for root
env Name of the environment where the application is running