Blame pagure-loadjson/README.rst
|
Pierre-Yves Chibon |
c82b71 |
Pagure loadjson
|
|
Pierre-Yves Chibon |
c82b71 |
===============
|
|
Pierre-Yves Chibon |
c82b71 |
|
|
Pierre-Yves Chibon |
c82b71 |
This is the service loads into the database the JSON files representing
|
|
Pierre-Yves Chibon |
196048 |
issues (and in the future also the pull-requests).
|
|
Pierre-Yves Chibon |
c82b71 |
|
|
Pierre-Yves Chibon |
c82b71 |
This service is triggered by a git hook, sending a notification that a push
|
|
Pierre-Yves Chibon |
c82b71 |
happened. This service receive the notification and find the list of file
|
|
Pierre-Yves Chibon |
c82b71 |
that changed and load them into the database.
|
|
Pierre-Yves Chibon |
c82b71 |
|
|
Pierre-Yves Chibon |
c82b71 |
* Run::
|
|
Pierre-Yves Chibon |
c82b71 |
|
|
Pierre-Yves Chibon |
c82b71 |
PAGURE_CONFIG=/path/to/config PYTHONPATH=. python pagure-loadjson/pagure_loadjson_server.py
|