thoth-station / graph-sync-job

Job for syncing data from object store to a graph database

Home Page:https://thoth-station.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thoth-graph-sync-job

GitHub tag (latest by date) Quay - Build

The graph sync job will read in all solver, package-analyzer, package-extract, adviser, provenance-checker, dependency-monkey and inspection documents and synchronize them to Thoth database. If a document has been synchronized before, it will not be synchronized again (unless the synchronization is forced). The graph sync job runs periodically based on configuration of CronJob that can be found in this repository under the openshift/ directory.

Installation and Deployment

The CronJob is created using OpenShift templates present in the openshift/ directory that can be found in the root of this Git repository. The actual deployment is done using Ansible playbooks present in the Thoth's core repository. OpenShift's Source-to-Image mechanism is used to run this Python3 application.

About

Job for syncing data from object store to a graph database

https://thoth-station.github.io/

License:GNU General Public License v3.0


Languages

Language:Python 68.6%Language:Makefile 31.4%