Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stream: http read support in streams #2403

Closed
monetdb-team opened this issue Nov 30, 2020 · 0 comments
Closed

stream: http read support in streams #2403

monetdb-team opened this issue Nov 30, 2020 · 0 comments
Labels
enhancement New feature or request GDK Kernel

Comments

@monetdb-team
Copy link

Date: 2005-02-22 10:07:17 +0100
From: @sjoerdmullender
To: GDK devs <>
Version: -- development

Last updated: 2019-04-30 12:36:05 +0200

Comment 13405

Date: 2005-02-22 10:07:17 +0100
From: @sjoerdmullender

It might be nice to have the ability to open and read
remote files through the HTTP protocol. We should take
a look at curl to see if that can be integrated into
stream.mx.

The reason for wanting to do this is so that we can
make demos easily usable without having to distribute
them with the binaries.

Comment 13406

Date: 2005-02-22 10:38:20 +0100
From: @grobian

Logged In: YES
user_id=963970

shouldn't this functionality be just in the client, instead
of the server?

Comment 13407

Date: 2005-02-22 10:48:26 +0100
From: @mlkersten

Logged In: YES
user_id=490798

Yes. This functionality is needed at several levels.

  1. mm objects should be represented in the DBMS with a
    handle and could be represented by urls to their origin. A
    function getContent(() could then read the information into
    a string/BAT/.... for further processing in the context of
    the session.
    (Additional functions could forward it to a browser)

  2. the functionality of MonetDB would greatly improve if it
    would be
    possible to access read-only bats using a URL. Actually, the
    access could also trigger a coercion to internal format. For
    example, accessing a remote jpg file using the http protocol
    delivers a BAT with the color representations (combined with
    getWidth() and getHeight() on this file type you have an
    image at your disposal.

Comment 13408

Date: 2005-02-22 10:59:21 +0100
From: @grobian

Logged In: YES
user_id=963970

I don't see why for internal operations the stream library
would be used.

For demos, the customer just wants to execute a remote file:
a zip, a tar, a tar/gzip, a gzip, a plain text file. You
can do that by defining (non standard) handles within the
language you are demoing in, or just by keeping it simple
and letting the client fetch and feed to the Mserver.

For a demo, everything is already there, in fact it's just a
matter of "MapiClient | curl" or wget, or links, or lynx, etc.

Comment 13409

Date: 2010-05-04 09:32:09 +0200
From: Pseudo user for Sourceforge import <>

This bug was previously known as tracker item 1146064 at http://sourceforge.net/support/tracker.php?aid=1146064

Comment 26814

Date: 2019-01-21 14:45:08 +0100
From: @sjoerdmullender

In the next feature release there will be support for COPY INTO table FROM 'some:/url' ON CLIENT, if mclient is started with the --allow-remote option.

@monetdb-team monetdb-team added enhancement New feature or request GDK Kernel labels Nov 30, 2020
@sjoerdmullender sjoerdmullender added this to the Ancient Release milestone Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request GDK Kernel
Projects
None yet
Development

No branches or pull requests

2 participants