Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singingwolfboy/webhookdb
Replicates GitHub's database via HTTP webhooks
https://github.com/singingwolfboy/webhookdb
Last synced: 2 months ago
JSON representation
Replicates GitHub's database via HTTP webhooks
- Host: GitHub
- URL: https://github.com/singingwolfboy/webhookdb
- Owner: singingwolfboy
- License: agpl-3.0
- Created: 2014-12-15T20:36:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-15T21:15:38.000Z (about 9 years ago)
- Last Synced: 2024-05-02T01:30:47.277Z (8 months ago)
- Language: Python
- Homepage: https://webhookdb.herokuapp.com
- Size: 910 KB
- Stars: 15
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
WebhookDB
=========This project allows you to replicate Github's database over HTTP using webhooks.
It's useful if you want to treat Github's APIs as a database, querying over
pull requests and issues. Github doesn't like that, and you'll quickly hit the
API's rate limits -- but if you use WebhookDB, you don't have to worry about it!
Just populate the initial data into the database, set up the webhook replication
to keep it in sync, and query your local database however you'd like!|build-status| |coverage-status| |docs|
|heroku-deploy|
.. |heroku-deploy| image:: https://www.herokucdn.com/deploy/button.png
:target: https://heroku.com/deploy
:alt: Deploy to Heroku
.. |build-status| image:: https://travis-ci.org/singingwolfboy/webhookdb.svg?branch=master
:target: https://travis-ci.org/singingwolfboy/webhookdb
.. |coverage-status| image:: http://codecov.io/github/singingwolfboy/webhookdb/coverage.svg?branch=master
:target: http://codecov.io/github/singingwolfboy/webhookdb?branch=master
.. |docs| image:: https://readthedocs.org/projects/webhookdb/badge/?version=latest
:target: http://webhookdb.readthedocs.org/en/latest/
:alt: Documentation badge