-
Notifications
You must be signed in to change notification settings - Fork 18
Home
Jas edited this page Mar 7, 2017
·
37 revisions
The wiki section of this repository provides details on the libraries that are provided within this "common" package.
All the libraries included are used within our primary kdb+ application which supports BuaBook. If you have any issues, please raise a GitHub issue and we will investigate.
The libraries included are:
- require.q: A dynamic code loading library
- log.q: Simple console logger, with color and log level configuration
-
mail.q: Sending e-mail via
mailx
- csv.q: CSV file reader and writer
- ns.q: Namespace and meta functionality
It is recommended that you use the Require library to load other libraries into a kdb+ process. To add Require into your process initialisation, please follow the initialisation section on the wiki.
Copyright (C) Sport Trades Ltd 2017 - 2020, John Keys and Jaskirat Rajasansir 2020 - 2024