Utility that provides all necesary tools to stream data in javascript applications
[<driver>://](<table>|<path/to/document>)[/<documentId>][.<action>[:<arguments>]]
: Selects an API-specific driver. If no driver is specified the default driver will be used
| : Secifies the target of the operation. It could either table name or a path leading to a collection or folder.: Used only when reading or writing to a specific document or file
: This component selects an action stream. If no action is specified it will be inferred by examining the request.
: uri encoded string used to provide additional arguments for the specified action.