finos / kdb

kdb+ Working Group from FINOS Data Technologies program
Apache License 2.0
44 stars 23 forks source link

2021-01-04 - KDB Project Call Meeting Minutes #39

Closed alvin-c-shih closed 2 years ago

alvin-c-shih commented 3 years ago

Date

Monday, January 4th, 2021 - 9:30am EST / 2:30pm BST

// First Monday of every month

Attendees

Fullname Affiliation GitHub Username
James McLeod FINOS @mcleo-d
Aaron Davies Morgan Stanley @adavies42
Jonny Press AquaQ Analytics @jonnypress
Peter Gyorok Morgan Stanley @gyorokpeter
Timofey Beletskiy JP Morgan
Alvin Shih Morgan Stanley @alvin-c-shih
Latchezar Nikolov Morgan Stanley @latchezar-nikolov
Gary Davies AquaQ Analytics @drgdavies

Agenda

WebEx info

Webex

Dial-in and Project Materials

mcleo-d commented 3 years ago

Hello 👋

gyorokpeter commented 3 years ago

hello

alvin-c-shih commented 3 years ago

Greetings!

jonnypress commented 3 years ago

hello

adavies42 commented 3 years ago

hello

latchezar-nikolov commented 3 years ago

hello

mcleo-d commented 3 years ago

The following repo was shared on the call by @jonnypress:

reQ

HTTP requests library in kdb+/q

kdb+ has built in functions for HTTP requests such as .Q.hg (GET) and .Q.hp(POST). However, these functions are somewhat limited by several factors. For example, using these functions you cannot supply custom HTTP headers within the requests (for example, authorization tokens that are required by many APIs, a user agent etc.). In addition, in case of an HTTP redirect response, .Q.hg/.Q.hp will fail.

https://github.com/jonathonmcmurray/reQ

mcleo-d commented 3 years ago

@adavies42 shared the following link on the call for the following point noted on the page N.B. HTTPS is not supported across proxies which require CONNECT.

https://code.kx.com/q/ref/dotq/#qhg-http-get

drgdavies commented 3 years ago

Hello