Skip to content

Commit aae8260

Browse files
authored
Merge pull request #292 from sshanks-kx/interfaces
Changed style for list of supported languages
2 parents 94da27b + 535b504 commit aae8260

File tree

1 file changed

+27
-13
lines changed

1 file changed

+27
-13
lines changed

docs/interfaces/index.md

Lines changed: 27 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,36 @@ Our Fusion interfaces are
1515
- released under the [Apache 2 license](https://www.apache.org/licenses/LICENSE-2.0)
1616
- free for all use cases, including 64-bit and commercial use
1717

18-
### Languages
18+
## Languages
1919

20-
<table class="kx-compact" markdown>
21-
<tr markdown><td markdown>[csharpkdb](https://github.com/KxSystems/csharpkdb)</td><td markdown>Call kdb+ from **C#** and **.NET** [:fontawesome-regular-map:](../wp/gui/index.md "White paper: An introduction to graphical interfaces for kdb+ using C#")</td></tr>
22-
<tr markdown><td markdown>[embedPy](https://github.com/KxSystems/embedPy)</td><td markdown>Call **Python** from q</td></tr>
23-
<tr markdown><td markdown>[embedR](https://github.com/KxSystems/embedR)</td><td markdown>[Call **R** from q](r.md)</td></tr>
24-
<tr markdown><td markdown>[ffi](https://github.com/KxSystems/ffi)</td><td markdown>[Call **C/C++** from q](using-c-functions.md)</td></tr>
25-
<tr markdown><td markdown>[javakdb](https://github.com/KxSystems/javakdb)</td><td markdown>**Java** client for kdb+</td></tr>
26-
<tr markdown><td markdown>[pykx](https://code.kx.com/pykx)</td><td markdown>Integrate **Python** and q code</td></tr>
27-
<tr markdown><td markdown>[rkdb](https://github.com/KxSystems/rkdb)</td><td markdown>[Query kdb+ from **R**](r.md)</td></tr>
28-
<tr markdown><td markdown>[kxkdb](https://github.com/KxSystems/kxkdb)</td><td markdown>Query kdb+ from **Rust**</td></tr>
29-
</tr>
30-
</table>
20+
### C/C++
21+
22+
[c.o](c-client-for-q.md) Call C/C++ from q, call q from C/C++, IPC communication with kdb+ (dynamic libraries and standalone applications)<br>
23+
[ffi](https://github.com/KxSystems/ffi) An extension to kdb+ for loading and calling dynamic libraries using pure q [:fontawesome-regular-map:](using-c-functions.md)
24+
25+
### C# #
26+
27+
[csharpkdb](https://github.com/KxSystems/csharpkdb) Call kdb+ from C# and .NET [:fontawesome-regular-map:](../wp/gui/index.md "White paper: An introduction to graphical interfaces for kdb+ using C#")
28+
29+
### Java
30+
31+
[javakdb](https://github.com/KxSystems/javakdb) Java client for kdb+
32+
33+
### Python
34+
35+
[pykx](https://code.kx.com/pykx) Integrate Python and q code<br>
36+
[embedPy](https://github.com/KxSystems/embedPy) Call Python from q
37+
38+
### R
39+
40+
[rkdb](https://github.com/KxSystems/rkdb) Query kdb+ from R [:fontawesome-regular-map:](r.md)<br>
41+
[embedR](https://github.com/KxSystems/embedR) Call R from q [:fontawesome-regular-map:](r.md)
42+
43+
### Rust
3144

45+
[kxkdb](https://github.com/KxSystems/kxkdb) Query kdb+ from Rust
3246

33-
### Message and data formats
47+
## Message and data formats
3448

3549
<table class="kx-compact" markdown>
3650
<tr markdown><td markdown>[arrowkdb](https://github.com/KxSystems/arrowkdb)</td><td markdown>Read and write **Arrow** and **Parquet** data</td></tr>

0 commit comments

Comments
 (0)