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
Import function is optional for Query types:
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