uwescience / myria-web

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

Yorkw abstract backend #264

Closed bmyerz closed 9 years ago

bmyerz commented 9 years ago
billhowe commented 9 years ago

Is there a demo of this hosted somewhere that we can work with?

On Thu, Mar 12, 2015 at 4:40 PM, Brandon Myers notifications@github.com wrote:

  • second take on this PR

You can view, comment on, or merge this pull request online at:

https://github.com/uwescience/myria-web/pull/264 Commit Summary

  • better error info
  • rename to handle .schema
  • adding small comments
  • grappa read/writes in shared
  • starting display grappa results
  • grappa json results
  • adding rawquery
  • adding backend class
  • configure clang to use backend
  • shifting towards shared code
  • grappa json results, rawquery does nothing
  • Merge branch 'yorkw-matrix-multiply' into yorkw-abstract-backend
  • add multiway join as another backend
  • abstract myria backends
  • factor profiling
  • refactor getplan
  • removing unneeded clang
  • moving things into connection
  • trying to get backend on base.html
  • adding backend to tabs
  • adding loading of store
  • minor fixes
  • fixing inserting datasets
  • minor fix
  • fixing datasize limits
  • modify cell limit for buffer
  • removing unneeded ids
  • fixing travis
  • changing db primary keys and readme
  • typo
  • pulling out backends
  • rename myriaConnection to connection
  • changing project links
  • making project link dynamic
  • more dynamic stuff
  • fixing bugs
  • more fixing
  • broke tablesorter at some point, not fixed
  • starting adding backedn to query
  • removing queries in html
  • fixing typo
  • loading myria queries in js
  • modifying template
  • queries tab for grappa/clang
  • sending processing of rawQuery
  • moving web_main query table to js
  • trying to fix /tuples
  • fixing small errs
  • refactoring
  • refactor boostrap status
  • saving myrial queries to allow keyword highlighting
  • adding images
  • changing num for queries entries
  • adjusting backends
  • removing changing images
  • renamed inserting new dataset query
  • removing backend in url
  • moving pagination into js
  • not changing pagination
  • fixing https for myria
  • fixing queries template
  • fixing pagination upon loading the first time
  • fixing after raco update
  • skipping test_queries_connect since now in js, modify default behavior page connection
  • Merge branch 'grappa-master' into yorkw-abstract-backend
  • refactor url code, fixed some documentation on abstract backend class
  • refactor a bit
  • improve error of incorrect backend, add ssl false for clang and grappa
  • fix travis
  • find store relation anywhere in plan
  • Merge branch 'grappa-master' into yorkw-abstract-backend
  • Merge branch 'grappa-master' into yorkw-abstract-backend
  • fixing queries page
  • fixing queries for myria backend
  • fixing query page

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/uwescience/myria-web/pull/264.

Bill Howe Associate Director and Senior Data Science Fellow, UW eScience Institute Affiliate Faculty, Computer Science & Engineering University of Washington To acknowledge eScience: "Supported in part by the University of Washington eScience Institute"

dhalperi commented 9 years ago

@bmyerz @TheYorkWei — Bill and I are excited to deploy this functionality. How close do you think we are to being able to do that?

From what I can see right now:

Any thoughts?

bmyerz commented 9 years ago

I will be merging into grappa-master this week. Part of that plan is to first get grappa-master up-to-date with master.