Sunday 28 May 2017

NodeJS - Get record from Sqlserver and pass to a Webservice

What's best algorithm for this issue using by nodejs:

  1. get N millions records(streaming) from database(sql server)
  2. after get a record, pass that to a web service

  3. get result from web service and update that a record

  4. I don't want to leeping all records in server's memory

enter image description here



via Hossein Ganjyar

No comments:

Post a Comment