Matt Prahl c9a5839240 Fix imports in pagure_loadjson_server.py 7 years ago
..
README.rst 196048f6a4 Be honest about which data type loadjson supports atm 7 years ago
pagure_loadjson.service c82b7188ec Introduce the pagure-loadjson service 7 years ago
pagure_loadjson_server.py c9a5839240 Fix imports in pagure_loadjson_server.py 7 years ago

README.rst

Pagure loadjson
===============

This is the service loads into the database the JSON files representing
issues (and in the future also the pull-requests).

This service is triggered by a git hook, sending a notification that a push
happened. This service receive the notification and find the list of file
that changed and load them into the database.

* Run::

PAGURE_CONFIG=/path/to/config PYTHONPATH=. python pagure-loadjson/pagure_loadjson_server.py