Open Source Modules Overview
This page explains what open source modules are, why they matter, and introduces the available open source modules.
Open Source Modules
Below is a list of open source modules shipped with KDB-X.
| Name | Description | Owner | Latest Version |
|---|---|---|---|
| BLAS | Basic Linear Algebra Subprograms, low-level routines for performing common linear algebra operations. | OS | 1.0.0 |
| Regex - PCRE2 | Used to match, search, and manipulate text patterns using rule-based expressions. | OS | 1.0.0 |
| Logging | Provides logging capabilities for KDB-X applications. | OS | 1.0.0 |
| Printf | Replicates a subset of the C99 printf standard to format strings. | OS | 1.0.0 |
KDB-X also supports a range of official KX modules. See the KX Modules Overview page to learn more.
Next Steps
A section encouraging users to:
- Explore and install available modules.
- Contribute their own modules to the community repository.
- Learn more about developing KDB-X modules in the developer experience.