Skip to content

Import Datasets #19

@homam

Description

@homam

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions