typhon-project / typhonql

Typhon Query Language
Eclipse Public License 2.0
4 stars 1 forks source link

[4.5] Data Access Layer Generation #53

Closed DavyLandman closed 4 years ago

DavyLandman commented 4 years ago

Related Deliverable

Task 4.5: Data Access Layer Generation (CWI, SWAT, UDA, ATB)) This task will design and implement a framework for generating ready-to-use APIs through which application developers will be able to perform CRUD (create, read, update and delete) operations and queries on hybrid polystores. Multiple API technologies will be considered including native Java, REST and Apache Thrift.

Interpetation

Implement it, most likely as a set of generated java classes, will need to check about possible reuse of ML's work on this.

Design

Generate java classes that send query's to the right end points. Generator is most likely called from the QL IDE.

DavyLandman commented 4 years ago

@pinoval finished this two months back.