Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

177
Views
the equivalent of python socket.send() in kdb

We are using symphony in our company and I am trying to send a message to the alert bot in symphony.

Someone sent me a small python script which does this already which uses the socket library.

They send the message as socket.send(msg) using import socket in their script.

Question is : what is socket.send comparable with in kdb ? It's not a http post so it's not the .Q.hp .. Is this similar -> {h:hopen hsym`$"host:port";h"someMessageCompatibleWithSymbphonyBot";hclose h}

UPDATE: I have been told that my kdb message is not pure tcp. Can anyone point me in the right direction?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

hopen works for kdb-to-kdb, not kdb-to-other so yes in that sense it's not pure tcp.

Normally when kdb needs to communicate with another system by tcp you would use some sort of middleman library to handle the communication layer.

In theory you could use the python script/package in your kdb instance if you use one of the numerous kdb<>python interfaces (pyq, embedpy, qpython etc)

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!