KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums KX Solutions How to write data into table from python to kdb+ on Refinery? Re: How to write data into table from python to kdb+ on Refinery?

  • eohara

    Member
    March 23, 2022 at 12:00 am

    Hi Ori,

    In my experience UDFs are used for reads, not writes. Your problem sounds more suited to PyKX. With that you can convert your python data into kdb+, and publish to the Refinery TP (see Refinery architecture diagram Architecture (kx.com), your python process(es) act as feedhandlers).

    Thanks,

    Eoghan