Skip to content

sharpe5/kdb

This branch is 41 commits behind KxSystems/kdb:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

01fb124 · Jul 19, 2022
Jul 19, 2022
Oct 15, 2019
Nov 1, 2019
Jun 30, 2022
Jun 30, 2022
Jul 7, 2021
Nov 25, 2020
Mar 26, 2022
Aug 1, 2013
Apr 18, 2017
Aug 1, 2017
Aug 1, 2017
Mar 22, 2022
Nov 25, 2020
Jun 30, 2022
Jun 30, 2022
Apr 30, 2014
Jul 31, 2017
Oct 15, 2019
May 31, 2016
May 31, 2016
Apr 25, 2016
Jan 13, 2010
Oct 4, 2015
Mar 12, 2011
Oct 29, 2007
Apr 25, 2016
Apr 20, 2012
Aug 1, 2016
Sep 11, 2008
Mar 30, 2009
May 31, 2016
Aug 22, 2016
Jun 27, 2011
Feb 2, 2015
Apr 25, 2016
No commit message
Nov 25, 2005
Feb 3, 2010
Feb 22, 2007
Feb 22, 2007

Repository files navigation

q is a general purpose rdbms(kdb+) and programming language.

OLTP from 1 to 10 million records per second per cpu.
OLAP from 1 to 100 million records per second per cpu.

c	clients (c java .net)
d	documentation
e	examples

sample database scripts
sp.q	supplier/part
trade.q	trade

financial apps built with q
tick	tickerplant (1 million transactions per second)
taq	loader for 100+ billion us equity trades and quotes

o/s specific binaries
l64	64bit linux
s64	64bit solaris/sparc
v64	64bit solaris/amd
w64	64bit windows
m64	64bit macintosh

l32	32bit linux
s32	32bit solaris
w32	32bit windows

You are welcome to download and use this code according to the terms of the licence. 

Kx Systems recommends you do not link your application to this repository, 
which would expose your application to various risks:

- This is not a high-availability hosting service
- Updates to the repo may break your application 
- Code refactoring might return 404s to your application

Instead, download code and subject it to the version control and regression testing 
you use for your application.

About

Companion files to kdb+ and q

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • q 26.7%
  • HTML 24.0%
  • Java 23.5%
  • C 16.1%
  • C# 5.7%
  • JavaScript 2.8%
  • Assembly 1.2%