I have went through documentation and its a bit hard for me to grasp how one should go about writing adapter for anything. I want to ease the access of RESTful web services with SQL like interface for business folks.
Coarse requirements look something like:
- Register data source, in this case endpoint
- Add mapping for endpoint to table
- Execute simple select queries
- Allow joins to be performed on the basis of some join key but in client application memory
- Represent the output in the tabular format