I searching about extending kdb+. and found that there is a way to extend with C only. m wondering if we can extend kdb+ any other language. something like python, java or dotNet.
does anybody have extended kdb+ with any of above languages. or any idea for extending with these languages.
Yes. Just use C to embed whatever you like (Python, R, Java…)
Pe 18 nov. 2015 16:14, “Jhoonjhar Singh Jodha” <jhoonjhar@gmail.com> a scris:
I searching about extending kdb+. and found that there is a way to extend with C only. m wondering if we can extend kdb+ any other language. something like python, java or dotNet.
does anybody have extended kdb+ with any of above languages. or any idea for extending with these languages.
You might find this link http://code.kx.com/wiki/Cookbook useful. A section “kdb+ foreign interfaces” has useful information on how to integrate kdb+ with different langages/platforms.