Skip to content

dolzenko/flood

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flood!

Build Status

This is our attempt to open-source several components that are useful for solving common ad-tech development problems. While it's only a small start, we are determined to release more and more packages over time and are looking for active contributions from the ad-tech community to help us to create a toolbelt of battle-tested goodies.

Important Resources

  • For more information and guidelines on contributions, please see CONTRIBUTING.md.
  • For licencing, check out our LICENCE document.
  • API documentation is automatically generated by GoDoc.

Packages

  • health provides a simple interface and various implementations for common internal health-checks; these can be used to determine an overall 'healthy' system status
  • qfy is an implementation of a production system for qualifying a fact (e.g. an ad request) against a list of pre-defined rule-sets (e.g. targeting criteria) to match a list of suitable candidates; the implemenation is loosely inspired by the Rete algorithm

Running tests

Install all dependencies:

go get -t ./...

To run tests, call:

make test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.5%
  • Ruby 3.2%
  • Makefile 2.3%