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

Add support for associating input formats with streams from psql #6

Closed
pipelinedb opened this issue Nov 28, 2013 · 3 comments
Closed
Assignees

Comments

@pipelinedb
Copy link
Collaborator

No description provided.

@ghost ghost assigned derekjn Nov 28, 2013
@pipelinedb
Copy link
Collaborator Author

CREATE TYPE ... might actually be better for this.

http://www.postgresql.org/docs/9.2/static/sql-createtype.html

@pipelinedb
Copy link
Collaborator Author

Or we could just have a pipelinedb "catalogue" table that maps an input format to a stream.

@pipelinedb
Copy link
Collaborator Author

CREATE STREAM stream (
id INTEGER
data TEXT) WITH DECODER DELIMITED(',');

REGISTER DECODER custom_decoder (
    binary = 'some/path'
);

CREATE STREAM events (
id INTEGER
data TEXT) WITH DECODER custom_decoder

@derekjn derekjn added this to the High throughput ingestion milestone Feb 26, 2014
@pipelinedb pipelinedb modified the milestones: Event ingestion pipeline, High throughput ingestion Apr 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant