atlassian-labs / nadel

A GraphQL execution engine for distributed schemas
Apache License 2.0
156 stars 23 forks source link

Example and Tutorial #36

Open lveay2 opened 5 years ago

lveay2 commented 5 years ago

Would you mind giving an completed example or tutorial about how to implement / integrate this nadel project with GraphQL Java?

bbakerman commented 5 years ago

The library is still building out at the moment. We are in a phase where we are building a graphql gateway AND building out the Nadel library at the same time.

As such Nadel is not ready for external consumption since no API stability can be guaranteed. Also we have not yet written the extend documentation that some might want from a graphql-java library

This will come at a future date but as of March 2019 - its not quite ready

kvfedorov commented 5 years ago

That's fair. But is there any chance for rough estimation for release date?

Consider this also: why do we (users of Nadel) should care about API quality? I only want to run server and stitch my GraphQL services. It will be hosted separately from services and will front them. So there is no need for me to change anything inside, thus API stability or usability are not the issues...

Also, I was able to pull together Nadel server in couple of hours, just by looking on tests of this project.

juferdinand commented 3 years ago

2021 still not yet ready?