NVIDIA / fsi-samples

A collection of open-source GPU accelerated Python tools and examples for quantitative analyst tasks and leverages RAPIDS AI project, Numba, cuDF, and Dask.
271 stars 115 forks source link

[FEA]Add the gQuant Web UI #95

Closed yidong72 closed 4 years ago

yidong72 commented 4 years ago

Is your feature request related to a problem? Please describe. Each task graph node has static typed input/output ports. This can be visually represented by the Web Dom elements. A UI tool can help to guild the user to build the graph and eliminate the errors.

Describe the solution you'd like Build a simple server to host the REST API so the task graph data can be feeded to the client. Build the Web UI to translate the data into Dom elements.

yidong72 commented 4 years ago

merged in the #89