Giter Site home page Giter Site logo

nulldeveloper / bidderd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from connectedinteractive/bidderd

0.0 1.0 0.0 2.8 MB

RTBKIT Agent using Go and the HTTPInterface

License: BSD 3-Clause "New" or "Revised" License

Makefile 10.05% Go 89.95%

bidderd's Introduction

bidderd

RTBKIT Agent(s) using Go and the HTTPInterface

Features

bidderd allows you to have several RTBKIT agents, that bid with a fixed price, behind an HTTP Interface. bidderd is barebones, that means that it does not handle (yet):

  • automatic reload of configuration
  • unique bid ids
  • tracking of wins and events
  • multiple seats.

Although hopefully you can use it as an starting point for your agents.

Dependencies

  • "gopkg.in/bsm/openrtb.v1"

Install

Before installing you should setup your Go environment.

  • go get github.com/nulldeveloper/bidderd
  • go install github.com/nulldeveloper/bidderd

Usage

bidderd --config agents.json

Where agents.json contains configuration for each agent. For an example configuration see the agents.json example.

  • "name" this is used to give the agent a name in the ACS
  • "config" this is the configuration that will be registered in the ACS
  • "price" price of a single bid
  • "balance" amount of money used to update the bank account
  • "period" period for bank pacing.

As soon as the program is started it will register the agents in the ACS. You can quit with C-c and this will unregister the agents from the ACS.

If there are multiple agents that can bid on the request, each agent will add the bid to the same seat in the bid response.

This started as an example and copying ideas from the RTBKIT's Python example

Future work

The ideas is to have managable agents and be able to dynamically start campaigns.

bidderd's People

Contributors

iamtomcat avatar stevenallen05 avatar nulldeveloper avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.