Tools and Scripts - datacratic/rtbkit GitHub Wiki
This page lists tools and scripts that can be useful to get started with RTBkit or to manage a bidder built on top of RTBkit. This list is in no way exhaustive and we invite everyone to add their own tools and scripts developed around RTBkit.
Agent Gateway
- Description : service that sits in front of the Agent Configuration Service and provides a RESTFul API that masks and extends the latter's functionality. It's core motivation is to provide an easy way to start, stop and get the status of bidders through a web app.
- URL : https://github.com/USMediaConsulting/agent_gateway
Data Sync
- Description : simple script that backs up rtbkit's data logs in a remote host using rsync.
- URL : https://github.com/USMediaConsulting/data_sync
RTBkit Quickboard
- Description : This is a simple dashboarding system for RTBkit. Simply load up the HTML file in a browser and fill in your Graphite host and whatever prefix your RTBkit keys have in Graphite. A demo is available (securely, as all communication is between your browser and your Graphite) at http://rtbkit.github.io/quickboard. The graphs will all refresh every 60 seconds so you can just keep this window open to keep a high-level eye on your RTBkit stack.
- URL : https://github.com/rtbkit/quickboard