Hey all,<p>I work at Hasura -- specifically on the feature mentioned here.<p>This is the culmination of the better part of a year of work. I'd like to talk about why I find this problem and new functionality interesting:<p>The SDK allows people to author services that provide automatic GraphQL on top of any data. It extends the core functionality of Hasura (generating GQL from databases) into anything that can provide data.<p>This can be CSV files, other API's (think Airtable, etc), physical sensors like Raspberry Pi's or IoT Devices, or databases Hasura doesn't yet support -- MongoDB, Oracle, etc.<p>But the killer feature is the ability to integrate with Hasura cross-source joins and authorization layer to get federated querying with permissions on top of any datasource.<p>Really looking forward to what the future has in store for Data Connectors and hope other folks find it useful + interesting as well.