jkessler93 / kdbgo

kdb+ client driver for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go driver for kdb+

Build Status

This is an implementation of kdb+ driver native in Go. It implements Q IPC protocol.

Can be used both as a client(Go program connects to kdb+ process) and as a server(kdb+ connects to Go program). In server mode no execution capabilities are available.

For documentations and examples see godoc

About

kdb+ client driver for Go

License:MIT License


Languages

Language:Go 100.0%