@Richard_Henderson
Hey,
I have a question regarding GraphQL and TigerGraph. Can you talk to me about some architect solutions?
I am basically thinking of building a graphql connector for tiger graph and I was thinking of writing some basic template queries, and I was looking for some advice regarding that. What do you think about this? Is there a better way?
Thanks,
Rohan shiva
I think itβs a great idea!
TigerGraph is RESTApi driven:
Maybe you can check python connector for the beginning:
Best,
Bruno
It is good idea. I was also looking at this, but wanβt sure how to start. Are you going to embed the connector in Apollo? Or did you have a better idea for doing this?
The problem I am currently thinking about is how to introspect the schema, and map it to something that GraphQL expects. I suspect I am overthinking this however ;).
Hey thanks for replying.
I am super new to GraphQL, so I am not sure how I am going to do it. I was going to write some generic queries and connect it to my Frontend using Apollo GraphQL.
I am interested in your idea, Feel free to reach out if you have any (TigerGraph-related technical) question, e.g. on our REST++ API.
Hi!
At the last event - Graph + AI Summit was demonstrated tool, that is good to use:
Does it available?
Itβs definitely a good idea to have a universal API above GraphDB,
- because now a lot of people have issues with relational DBs (multiple Joins, performance, etc)
- schema can be exposed directly from DB
Hey @popov-as ,
I thought that my colleagues already provided you with the node.js middleware.
It is basically a node.js app server with some components like graphql, graphql-middleware and graphql-type-json (https://graphql.org/graphql-js/)
Best,
Bruno
Hi @Bruno!
As I see just published new tool - and it works for me as expected,
(publish data from TG to GraphQL, so Northbound systems can consume data as they want and donβt ask backend for new REST point every time)
HI,
i am new in graphql and tigergraph . i am using graphql in tg . but i donβt know how to generate url for my graphql query.
@popov-as how did u find the url for ur graphql query