Overview - Adsizzlerlabs/mangolaa-bidder GitHub Wiki
Welcome to the mangolaa-bidder wiki!
This is the core of the platform. The Bidder :
- Will support Open RTB 2.2, 2.3, 2.4 and 2.5
- Written in Java 10, and parts of code that are not directly related to handling bid requests( for example, loading data from MySQL and putting to cache) are in Groovy
Tech Stack
- Programming languages : Java 10 and Groovy
- Web Framework : Vert.x 3.5.1
- Local Cache : CQEngine, Redis(using Domain sockets)
- Jackson for JSON serialization and deserialization
- Kafka as Message queue
- Lombok for @Builder, @Data annotations and keyword 'val'