rheem-ecosystem / rheem

Rheem - a cross-platform data processing system
https://rheem-ecosystem.github.io
5 stars 0 forks source link

Create generic RDBMS platform #15

Closed luckyasser closed 7 years ago

luckyasser commented 7 years ago

From @sekruse on July 26, 2016 9:25

So far, Rheem supports PostgreSQL, which entails some issues:

Therefore, it seems worthwhile to come up with a more generic RDBMS platform template from that specific database platforms can be derived. The basic database access could be generalized via JDBC or Slick.

Copied from original issue: daqcri/rheem#7