Welcome to the Slurpy documentation🔗
Slurpy allows you to build data ingestion pipeline. Data comes from various sources, are transformed by arbitrary user code, stored as a collection in a NoSQL database used as a cache, and consumed from JSON endpoints.
Administration🔗
- User define a Datasource
- User implement a Slurper consuming this Datasource
- User schedule an Async job running this Slurper at chosen frequency
- User define an Endpoint exposing ingested data
- Pipelines
- Debugging
Consuming Slurpy🔗
- Consuming endpoints