ISG-ICS / cloudberry

Big Data Visualization
http://cloudberry.ics.uci.edu
90 stars 82 forks source link

Support SQL backend #372

Closed chenlica closed 7 years ago

chenlica commented 7 years ago

Currently Cloudberry supports AsterixDB as its backend using a translator to SQL++. To make Cloudberry more general, we want to support other backends as well.

In https://github.com/ISG-ICS/cloudberry/issues/287 we finished the step of supporting SparkSQL, and its core is really SQL. In this issue, we want to fully support SQL on top of the previous PR. Specifically:

Step 1: Support write operators using SQL; Step 2: Setup a TwitterMap using MySQL as the backend.

haohanz commented 7 years ago

outline

JavierJia commented 7 years ago

Here are steps based on our discussion