Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kxsystems/kdb
Companion files to kdb+ and q
https://github.com/kxsystems/kdb
companion-files cpp java kdb q
Last synced: about 9 hours ago
JSON representation
Companion files to kdb+ and q
- Host: GitHub
- URL: https://github.com/kxsystems/kdb
- Owner: KxSystems
- License: apache-2.0
- Created: 2017-04-30T12:03:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T11:47:45.000Z (2 months ago)
- Last Synced: 2024-08-26T14:05:19.697Z (2 months ago)
- Topics: companion-files, cpp, java, kdb, q
- Language: HTML
- Homepage: https://code.kx.com/q
- Size: 46.8 MB
- Stars: 419
- Watchers: 43
- Forks: 164
- Open Issues: 11
-
Metadata Files:
- Readme: README.TXT
- License: LICENSE
Awesome Lists containing this project
README
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
taq superceded by http://github.com/kxsystems/kdb-taq
tick tick utils, kdb+tick available from http://github.com/kxsystems/kdb-ticksample database scripts
sp.q supplier/part
trade.q tradefinancial apps built with q
tick tickerplant (1 million transactions per second)
taq loader for 100+ billion us equity trades and quoteso/s specific binaries
l64 64bit linux/intel
l64arm 64bit linux/arm
s64 64bit solaris/sparc
v64 64bit solaris/amd
w64 64bit windows
m64 64bit macintoshl32 32bit linux/intel
s32 32bit solaris
w32 32bit windowsYou 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 applicationInstead, download code and subject it to the version control and regression testing
you use for your application.