estuary / data-plane-gateway

Other
0 stars 0 forks source link

Create initial REST Gateway #1

Closed saterus closed 2 years ago

saterus commented 2 years ago

Creates the initial version of the REST Gateway. There's a lot of basic project setup and configuration, but most of this project is convincing tools to successively generate code (protofbufs -> go -> swagger -> typescript).

Beyond that, I've added a higher level typescript wrapper library to make using the API a bit easier. I've used deno to write tests that exercise the API.

Reviewer Notes: