GithubHelp home page GithubHelp logo

hayden-yu / forcegres Goto Github PK

View Code? Open in Web Editor NEW
1.0 4.0 1.0 418 KB

Data synchronization from Salesforce to PostgreSQL db.

License: ISC License

TypeScript 98.42% Dockerfile 0.35% Shell 1.23%
salesforce hacktoberfest

forcegres's Introduction

Forcegres

Build Status Release License

Data synchronization from Salesforce to PostgreSQL db.

Usage

  • Checkout the project
git clone [email protected]:Hayden-Yu/Forcegres.git
  • Install dependencies
cd Forcegres
npm i
  • Edit environment settings
cp .env.example .env && vim ./env
  • After saving your environment, compile typescript source
npm run build
  • Initialize postgres database
npm run init
  • Start a daemon with npm run exec.

Update enableSync on internal_sobjects table to enable synchronization of sobjects

forcegres's People

Contributors

hayden-yu avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar Bruce Park avatar

Forkers

walizada

forcegres's Issues

socket hang up

{"message":"read ECONNRESET","level":"error"}

salesforce request can get bursty with lots of table sync enabled. How do we handle the retry and/or coordinate traffic?

ERROR_HTTP_414

saw 10 instance of this error over last 3 days.

// TODO: investigate what request cause this error;
properly control length of individual soql instead of limiting # of id?

invalid query locator

getting INVALID_QUERY_LOCATOR. It looks like Salesforce limits up to 10 of these open at the same time

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.