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

Import Datasets #19

Open
homam opened this issue Jul 30, 2015 · 0 comments
Open

Import Datasets #19

homam opened this issue Jul 30, 2015 · 0 comments
Milestone

Comments

@homam
Copy link
Member

homam commented Jul 30, 2015

Import function is optional for Query types:

import-stream :: (type, Stream, projection, location) -> Promise ()
type :: String, Enum : CSV | JSON | XSLX | ...
projection :: RawRecord -> Record
location :: (Database, Collection) for MongoDB | (Database, Table) for SQL ...

Different Query types support different import stream types.
The ideal import function, imports the data as it comes in the stream, but depending on the Query type and Stream type the import might read the whole stream before starting the import

For 0.0.2:

MongoDB: JSON

@homam homam added this to the 0.0.2 milestone Jul 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant