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

https://github.com/thoth-station/graph-sync-job

Job for syncing data from object store to a graph database
https://github.com/thoth-station/graph-sync-job

artificial-intelligence hacktoberfest janusgraph-server thoth

Last synced: about 2 months ago
JSON representation

Job for syncing data from object store to a graph database

Awesome Lists containing this project

README

        

thoth-graph-sync-job
--------------------

.. image:: https://img.shields.io/github/v/tag/thoth-station/graph-sync-job?style=plastic
:target: https://github.com/thoth-station/graph-sync-job/releases
:alt: GitHub tag (latest by date)

.. image:: https://quay.io/repository/thoth-station/graph-sync-job/status
:target: https://quay.io/repository/thoth-station/graph-sync-job?tab=tags
:alt: 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.