You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/interfaces/index.md
+27-13Lines changed: 27 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,22 +15,36 @@ Our Fusion interfaces are
15
15
- released under the [Apache 2 license](https://www.apache.org/licenses/LICENSE-2.0)
16
16
- free for all use cases, including 64-bit and commercial use
17
17
18
-
###Languages
18
+
## Languages
19
19
20
-
<tableclass="kx-compact"markdown>
21
-
<trmarkdown><tdmarkdown>[csharpkdb](https://github.com/KxSystems/csharpkdb)</td><tdmarkdown>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
-
<trmarkdown><tdmarkdown>[embedPy](https://github.com/KxSystems/embedPy)</td><tdmarkdown>Call **Python** from q</td></tr>
23
-
<trmarkdown><tdmarkdown>[embedR](https://github.com/KxSystems/embedR)</td><tdmarkdown>[Call **R** from q](r.md)</td></tr>
24
-
<trmarkdown><tdmarkdown>[ffi](https://github.com/KxSystems/ffi)</td><tdmarkdown>[Call **C/C++** from q](using-c-functions.md)</td></tr>
25
-
<trmarkdown><tdmarkdown>[javakdb](https://github.com/KxSystems/javakdb)</td><tdmarkdown>**Java** client for kdb+</td></tr>
26
-
<trmarkdown><tdmarkdown>[pykx](https://code.kx.com/pykx)</td><tdmarkdown>Integrate **Python** and q code</td></tr>
27
-
<trmarkdown><tdmarkdown>[rkdb](https://github.com/KxSystems/rkdb)</td><tdmarkdown>[Query kdb+ from **R**](r.md)</td></tr>
28
-
<trmarkdown><tdmarkdown>[kxkdb](https://github.com/KxSystems/kxkdb)</td><tdmarkdown>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
31
44
45
+
[kxkdb](https://github.com/KxSystems/kxkdb) Query kdb+ from Rust
32
46
33
-
###Message and data formats
47
+
## Message and data formats
34
48
35
49
<tableclass="kx-compact"markdown>
36
50
<trmarkdown><tdmarkdown>[arrowkdb](https://github.com/KxSystems/arrowkdb)</td><tdmarkdown>Read and write **Arrow** and **Parquet** data</td></tr>
0 commit comments