vor
vor¶
Streaming Process Flow for Financial Risk
Synopsis¶
VOR Stream is a system for creating and maintaining processes designed to solve financial risk problems.
Key features of the system are:
- Batch-stream oriented execution of a process. Partial results available early - before the job finishes.
- Parallel processing across threads, across machines, and across the workflow.
- Each step (node) in the process is run independent and simultaneously of the other steps.
- Each step can be written in a different language. Python, SAS, SQL, and Go are currently supported.
Options¶
-h, --help help for vor
--play string playpen path
--renew-token renew token (default true)
SEE ALSO¶
- vor completion - Generate the autocompletion script for the specified shell
- vor create - Create an object, i.e. playpen, node, queue, process, token
- vor delete - Delete an object, i.e. playpen, node, process
- vor generate - Generate a table or queue
- vor login - Authenticate locally
- vor logout - Clear local authentication
- vor run - Run a process
- vor serve - Run the Super or SDK services
- vor show - Print details of an object
- vor stop - Stop a job
- vor test - Run tests
- vor update - Update a playpen
- vor version - Print version of VOR Stream.