-
C API: Custom protocol like s3, gcp, ms
I noticed Kdb Insights (Object Storage) added some new protocols (https://code.kx.com/insights/1.10/core/objstor/main.html):
aws ‘:s3://
gcp ‘:gs://
azure ‘:ms://
That allows for custom behavior like
q)key’:s3://
‘s#’kxinsights-marketplace-data
I assume they’re being handed by libobjstor.so.
How do we define such custom protocols?
Thanks
Log in to reply.