项目作者: Hayden-Yu

项目描述 :
Data synchronization from Salesforce to PostgreSQL db.
高级语言: TypeScript
项目地址: git://github.com/Hayden-Yu/Forcegres.git
创建时间: 2019-05-16T17:15:06Z
项目社区:https://github.com/Hayden-Yu/Forcegres

开源协议:ISC License

下载


Forcegres

Build Status
Release
License

Data synchronization from Salesforce to PostgreSQL db.

Usage

  • Checkout the project

    1. git clone git@github.com:Hayden-Yu/Forcegres.git
  • Install dependencies

    1. cd Forcegres
    2. npm i
  • Edit environment settings

    1. cp .env.example .env && vim ./env
  • After saving your environment, compile typescript source

    1. npm run build
  • Initialize postgres database

    1. npm run init
  • Start a daemon with npm run exec.


Update enableSync on internal_sobjects table to enable synchronization of sobjects