Ladder99 / ladder99

Ladder99 - connects factory devices to database and visualizations using MTConnect, an open standard.
https://mriiot.com
Apache License 2.0
26 stars 9 forks source link

Create GraphQL egress endpoint #213

Open bburns opened 1 year ago

bburns commented 1 year ago

idea for future adapter architecture

ob: I am already evaluating (low priority) GQL in my app to replace REST API and MQTT. In Nest framework, it is very easy to get (at least barebone) GQL API, optionally with auth'n and auth'z, incl TypeScript, Fastify (instead of Express), Mercurius (instead of Apollo), validation, however, the programming style is much different from what Brian is used to.

bb: add REST and GraphQL endpoints to the adapter diagram

tukusejssirs commented 1 year ago

This issue somewhat overlaps with #214.