uwescience / myria-web

Web frontend for Myria
https://demo.myria.cs.washington.edu
Other
11 stars 14 forks source link

Abstract the backend #201

Open bmyerz opened 9 years ago

bmyerz commented 9 years ago

addressing part of #199 in grappa-myria where there is more than one backend

TheYorkWei commented 9 years ago

@dhalperi Hi Dan, in myria_web_main, why does the multiway_join need json.loads in optimize, but not needed elsewhere?

dhalperi commented 9 years ago

I believe that is to get convert the HTTP arguments (in JSON) to a Python bool. Note that Python treats every non-empty-string as True when you ask it to use a boolean.