Hacker News new | ask | show | jobs
SQL and Python Support for kdb+ (datanami.com)
6 points by Smaointe 1692 days ago
2 comments

Interestingly, two decades ago, Kx's k3/kdb had support for two query languages - i.e. ANSI SQL 92 and ksql (proprietary time-series SQL).
Interesting that Shakti also has a Python API from the start.
I wrote a Python api for q 15 years ago. Look at c.h; there are only a few types that you need to translate
Neat!