The architecture we'll implement will look like this.
Please check out this page for a quick overview of some key concepts like subgraph, supergraph, sources, etc.
Our Supergraph has 3 subgraphs - one each for Postgres, MongoDB and a microservice. In this section, we'll add these subgraphs to our supergraph.
how to handle the collaborators thing? Test with personal email ID as collaborator
- Sign up at https://console.hasura.io/ using your Siemens emails.
- Post login you'll see option to join our project as a collaborator - accept the invite.
insert image post-signup-collaborator-accept-message
-
Install the new Hasura CLI: follow instructions at https://hasura.io/docs/3.0/cli/installation/
- POWERSHELL IS RECOMMENDED FOR WINDOWS USERS
[!IMPORTANT] POWERSHELL IS RECOMMENDED FOR WINDOWS USERS
-
Assuming you have Visual Studio Code installed already, install the Hasura extension
what is the point of getting added as a collaborator? How do I create a subgraph "inside a project" - is this done via the folder structure? For now create a new project and proceed and see what happens
- Create new project and cd into the folder
ddn add connector-manifest app_connector --subgraph app --hub-connector hasura/postgres --type cloud
- This assumes that your project already has a subgraph named app (Which it does by default). So, don't change this.
This is the usage section.
This is the examples section.
This is the conclusion section.