We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
timestored 网站有一个kdb 的 python api 指南,并配有视频。
https://www.timestored.com/kdb-guides/python-api
总结一下您的选择:
The timestored website has a guide to the python apis for kdb complete with videos.
https://www.timestored.com/kdb-guides/python-api
To summarize your options:
我还发现 http://www.kx.com/a/k/connect/python /,以及 http://bitbucket.org/halotis/qpy。我也没有用过。
I also found http://www.kx.com/a/k/connect/python/, along with http://bitbucket.org/halotis/qpy. I haven't used either.
还有 Dan Nugent 的 https://github.com/DannoHung/q
也请注意,与 perl,有时通过 Web 套接字进行格式化导出就足够了——只需 GET
http://SERVER.example:PORT/FMT?QUERY
,其中 FMT 是 csv/txt/xml/xls 中的任意一个(例如http://localhost:5050/csv?table< /代码>)
there's also Dan Nugent's https://github.com/DannoHung/q
also note that, as with perl, sometimes the formatted export over the web socket is sufficient -- just GET
http://SERVER.example:PORT/FMT?QUERY
, where FMT is any of csv/txt/xml/xls (e.g.http://localhost:5050/csv?table
)