Metadata-Version: 2.1
Name: soneti
Version: 0.1.4
Summary: Luigi Tasks for Soneti Orchestration
Home-page: https://lab.gsi.upm.es/social/soneti
Author: Grupo de Sistemas Inteligentes
Author-email: lab-gsi@dit.upm.es
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: luigi
Requires-Dist: sqlalchemy
Requires-Dist: requests
Requires-Dist: elasticsearch

# Soneti Orchestrator

Orchestration of Soneti services (i.e. Senpy, GSICrawler, Scaner, etc.).
The orchestration is based on the luigi daemon, a set of custom luigi tasks, and some additional code to provide scheduling.

This repository contains:

* A python package with several custom luigi tasks for the main Soneti services. The package is also available through PyPI (`pip install soneti`).
* A base image with luigi and the scripts to schedule tasks.
* An **example orchestrator** in the `example` folder.


