Golang libraries:

mysqldriver-go · godoc

There are many MySQL drivers that implement the database/sql interface. However, using this generic interface, especially in the Scan method, requires the storage of many objects in the heap.

Reading a massive number of records from a DB can significantly increase the Garbage Collection (GC) pause-time that can be very sensitive for high-throughput, low-latency applications.

Because of the above and the need for a GC-friendly MySQL driver, we’ve decided not to follow the database/sql interface and write this driver.

IAB consent strings decoding and encoding library.

vast2-go

Go implementation of the VAST 2.0 standard for video creatives.


OpenGDPR clients

Clients for mobile platforms to connect and use OpenGDPR services.

for iOS

for Android