Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KxSystems/cookbook
Companion files to the kdb+ Knowledge Base
https://github.com/KxSystems/cookbook
companion-files cookbooks kdb q
Last synced: about 1 month ago
JSON representation
Companion files to the kdb+ Knowledge Base
- Host: GitHub
- URL: https://github.com/KxSystems/cookbook
- Owner: KxSystems
- Created: 2017-04-30T11:41:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T14:22:33.000Z (4 months ago)
- Last Synced: 2024-11-07T16:09:52.978Z (about 1 month ago)
- Topics: companion-files, cookbooks, kdb, q
- Language: C
- Homepage: https://code.kx.com/q/kb
- Size: 4.2 MB
- Stars: 80
- Watchers: 20
- Forks: 101
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-q - KxSystems/cookbook
README
# The q Knowledge Base
Companion files to the [Knowledge Base](https://code.kx.com/q/) at code.kx.com.
* bloomberg: bpipe feedhandler example
* c: example of calling c function from q using shared library
* cpu_extension: C extension for reading TSC (time stamp counter)
* dataloader: examples loading/saving large csv files
* pubsub: example of pub/sub with kdb-tick
* r: r language integration with kdb+
* start: hdb/kdb-tick examples
* timezones: timezone reference csv
* tutorial: example kdb+ on-disk database containing smart meter data inc UI
* ws.htm: simple websocket client
* wslogin.htm: websocket client using kdb+ javascript serialization
* yahoo.q: query yahoo financials and produce a table of trading info for a list of stocks during the last few days
* yahoo_compact.q: compact version of yahoo.q (no comments)See [license terms](https://code.kx.com/q/about/thissite/#license).
You are welcome to download and use this code according to the terms of the license.
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.