Raymond Cheng
Raymond Cheng
WIP here https://github.com/opensource-observer/oso/pull/1735
Done https://github.com/opensource-observer/oso/pull/1735
Looks like we can use postgraphile for autogenerating schemas https://techmusings.optisolbusiness.com/generating-a-graphql-api-from-a-postgresql-schema-using-postgraphile-9866f3cdf04b
https://www.npmjs.com/package/@as-integrations/next
https://github.com/Flux159/next-postgraphile https://www.graphile.org/postgraphile/usage-library/ Might be easier to bypass Apollo Server entirely and just use postgraphile as a library Update: Postgraphile only supports Postgres reflection. Whereas Hasura has Postgres + Clickhouse +...
This became a P1. The tutorial for Hasura + Clickhouse doesn't work when you follow the instructions. https://hasura.io/docs/latest/databases/clickhouse/index/ Seems like a WIP. See https://github.com/opensource-observer/oso/issues/1832
Upgrading Apollo client here https://github.com/opensource-observer/oso/pull/1833
Starting an apollo server here https://github.com/opensource-observer/oso/pull/1845
Moving Apollo stuff around here https://github.com/opensource-observer/oso/pull/1852
Apollo standalone server is up and running. We are going to keep all 3 API endpoints separate: - Hasura GraphAPI (via hasura domain) - Supabase API (via supabase domain) -...