vanilla-rtb

Real Time Bidding (RTB) - Demand Side Platform framework

GPL-3.0 License

Stars
311
Committers
9

Bot releases are hidden (Show)

vanilla-rtb - Major upgrade : C++17 , Boost 1.67 , docker , travis , SSP prep-work Latest Release

Published by venediktov about 6 years ago

  • upgraded compiler to C++17
  • upgraded cmake to 3.12
  • fixed code to utilize C++17 in benchmarks
  • de-coupled dependencies from docker-base image
  • introduced docker-runtime
  • upgraded Boost to 1.67 which allows rapid development for SSP library
  • refactoring of CI/CD travis build script
vanilla-rtb - experimental bidder API

Published by venediktov over 6 years ago

chained matchers model is used where result from one matcher becomes input to the next in the chain of dependency.

vanilla-rtb - redundant wire response fix

Published by venediktov about 7 years ago

It's been finally fixed and ready needs to go to vanilla-prodbox docker image

vanilla-rtb - add rapidjson to vanilla-rtb stack

Published by venediktov about 7 years ago

This release boost vanilla-rtb performance by more then 50% and allows us to run single bidder process with 1700 - 1800 ads/campaigns and bid for every impression within 50K QPS arriving to exchange handler.

vanilla-rtb - configurable mock exchange in python

Published by venediktov about 7 years ago

Finally we have a mock exchange connecting to our bidder , the exchange can be used to re-play impressions requests and allow us to check how our bidder decreases funds from the campaign budget.

vanilla-rtb - release docker for vanilla-rtb

Published by venediktov about 7 years ago

We start releasing vanilla-rtb as container based solution , the docker image should be building automatically
with every tag.