GithubHelp home page GithubHelp logo

lukiluki / prebid-server-java Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prebid/prebid-server-java

0.0 1.0 0.0 9.13 MB

Java version of Prebid Server

License: Apache License 2.0

Java 99.98% HTML 0.02%

prebid-server-java's Introduction

This code is being used in production by multiple Prebid.org members, but is not the "official" version. See https://github.com/prebid/prebid-server/

Prebid Server

GitHub version Language grade: Java Total alerts GitHub contributors PRs Welcome GitHub pull-requests closed

Prebid Server is an open source implementation of Server-Side Header Bidding. It is managed by Prebid.org, and upholds the principles from the Prebid Code of Conduct.

This project does not support the same set of Bidders as Prebid.js, although there is overlap. The current set can be found in the adapters package. If you don't see the one you want, feel free to contribute it.

For more information, see:

Usage

When running, the server responds to several HTTP endpoints.

The server makes the following assumptions:

  • No ranking or decisioning is performed by this server. It just proxies requests.
  • No ad quality management (e.g., malware, viruses, deceptive creatives) is performed by this server.
  • This server does no fraud scanning and does nothing to prevent bad traffic.
  • This server does no logging.
  • This server has not user profiling or user data collection capabilities.

Development

This project is built upon Vert.x to achieve high request throughput. We use Maven and attempt to introduce minimal dependencies.

Getting Started

To start the Prebid Server you need to do the following steps:

  • Build all-in-one JAR file from sources as described here.

  • Check minimal needed configuration file sample/prebid-config.yaml.

  • Also, check the Data Cache settings file sample/sample-app-settings.yaml. For more information how to configure the server follow documentation.

  • Run your server with the next command:

java -jar target/prebid-server.jar --spring.config.additional-location=sample/prebid-config.yaml

For more information how to start the server follow documentation.

  • To verify everything is OK go to http://localhost:8080/status and check response status is 200 OK.
More detailed project documentation can be found here.

prebid-server-java's People

Contributors

rossgoncharuk avatar rpanchyk avatar schernysh avatar braslavskiyandrey avatar dgarbar avatar anestere avatar bretg avatar dhutsalo avatar andriypavlyuk avatar albertmolinermrf avatar apaliy avatar jordillachmrf avatar terentievevgany avatar vinnybod avatar dependabot[bot] avatar hilson78 avatar michae1 avatar mikiescolarmrf avatar pdezwart avatar adriafolchmrf avatar pm-deepak-dhage 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.