https://learninghub.kx.com/forums/topic/publish-data-to-kdb-uisng-qpython
-
how to push data to KDB using qpython?
-
is there any script to push data to HDB? assume I have lots of dated trade data, how can I push data to kdb by setting trade date as the data of HDB.
thanks
An example data publisher is included in documentation https://qpython.readthedocs.io/en/latest/usage-examples.html#data-publisher
For going straight to HDB you can write a custom .u.upd
yourself to write direct
Or use a file based batch load approach to backfill.
Articles:
Documentation: