New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rest-stager

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rest-stager

Stage REST data from APIs

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

Rest-Stager

let the data flow from REST to any destination

This project is currently being moved from a non-open-source repo. Stay tuned for more info!

Why

Moving data from any REST API, to any destination, should be easy and fun!

Goal

Many developers are faced with the same task of moving data from a REST api, to a destination. This should not require custom coding, but just configuration of a simple script specyfing the source, transformation and destination. Then Rest Stager will take care of pagination, retry-strategies, logging, error-reporting and robustness.

Motivation

Moving data from a singel REST endpoint seems trivial in the beginning, and Nodejs is an excellent tool to get started. But after writing several scripts, I realized that the tasks were almost the same:

  • Figure out how to REST api worked, normally using Postman
  • Get the data with Nodejs + requests
  • Insert the data into a destination

However this naive approach resulted in:

  • Many scripts in differet repos
  • The same issues with failing requests
  • Big memory consumption, and slow loads
  • Limited error reporting and robustness

Keywords

api

FAQs

Package last updated on 16 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts