Products

Our flagship product is Studio for kdb+.

Studio is a GUI based dynamic execution environment for the 64bit database kdb+. It allows you to develop code inside a built-in advanced editor, and execute queries directly against kdb+ servers, all from within the editor. It can be used to develop k and q code.

It communicates with the kdb+ servers via tcp/ip. This allows queries to be executed against servers anywhere, so long as they can be reached by tcp/ip.

Results sets can be viewed in the following formats

  • tabular
  • kdb+ console style
  • chart

Studio for kdb+ is designed to run on Solaris, Windows and Linux, although currently we only ship the build for Windows.

Main Benefits

  • Develop better code faster
  • Execute code from within the scripting environment
  • Attach to running servers
  • View results in a number of formats
  • Works underneath JDBC to expose more kdb+ features