Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/code-inside/sloader

Worker that loads and retrieves data from "slow" endpoints.
https://github.com/code-inside/sloader

crawler drop json yml

Last synced: about 7 hours ago
JSON representation

Worker that loads and retrieves data from "slow" endpoints.

Awesome Lists containing this project

README

        

[![Build status](https://ci.appveyor.com/api/projects/status/fn1yw7rei6gkj478?svg=true)](https://ci.appveyor.com/project/robertmuehsig/sloader)

# Idea & Goal

The goal of this library is to load data from "various" endpoints and store them in various "drops" in a structured way.

The endpoint & drop configuration should very simple and developer focused.

To load data from those endpoints we have "Crawlers" and to store them we have "Drops".

## Learn more

Visit the __[documentation site](http://code-inside.github.io/Sloader/)__ for more information!