|
|
|
|
|
by steveBK123
739 days ago
|
|
Also you mention rust - https://docs.rs/kdb/latest/kdb/ The old style of kdb integration you could compile a .so and load it in to extend the language. Now people use PyKx to load in python modules. I have a guy doing this on my team to load a Python wrapped Rust lib. It looks like you have a few options with Rust as per the link above. Note this allows you to do the "move the code to the data" trick I mentioned. |
|
My concern with adding custom libraries into KDB, while better than writing duplicative Q code is the maintenance nightmare of keeping them up to date in KDB.
It’s still an investment but I need to be aware of of the risks and downsides.