Search code examples
node.jskdb

Kdb+ drivers for NodeJS


I'd like to use NodeJS to implement a simple REST interface to pull data from Kdb+.

Does anyone know of any existing driver or a project to implement a Kdb+ driver for NodeJS?


Solution

  • Not that I know of... but shouldn't be too hard, really. You could simply use the http interface to create calls to kdb and parse the result into json with Arthur's json implementation