GitXplorerGitXplorer
H

data-integration-nodejs

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
f58456cb20b09ebec0e0bf1b1c2d54b0672001c4

docs: more adjust in description

HHallexCosta committed 3 years ago
Unverified
cbc9ddaf32093779c0fb7da144f459160afb2586

docs: adjust description

HHallexCosta committed 3 years ago
Unverified
1ba9964da37f74d1444da034f3f27954eb0641b8

docs: adjust linting

HHallexCosta committed 3 years ago
Unverified
45f66fe9998f3da4b25a5b08b805f41c29a038f5

docs: add README.md

HHallexCosta committed 3 years ago
Unverified
dd9871ce95442dedb2e0130130eec3c39036f6ca

feat: add data integration with generators

HHallexCosta committed 3 years ago

README

The README file for this repository.

Data Integration with Generators

Simulating the integration of multiple data using generators in Node.js. This repository aims to show the advantages of using generators in the Javascript ecosystem. This example has two API's that receive data and an index.js file that will request the two APIs, The client receives the data in parallel, as it is not stored in Node.js memory.

What's used?

  • Node.js (17.3.0)
  • Yarn (1.22.17)
  • Axios (0.24)

Inspired by Erick Wendel