-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Announcing conductor #1512
base: master
Are you sure you want to change the base?
Announcing conductor #1512
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some small things
By the way, no mention for the benchmarks
--- | ||
|
||
After months of intense development, we're thrilled to announce the public launch of | ||
[Conductor](https://the-guild.dev/graphql/gateway) - our latest venture into the world of GraphQL! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"our latest venture into the world of GraphQL!" - what's the purpose of this sentense?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not much, we can remove it.
Conductor has been crafted with a clear vision: to empower developers with their advanced GraphQL | ||
needs. Here's what sets it apart: | ||
|
||
- **Built with Rust**: Focused on performance and reliability, leveraging Rust's safety and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we mention our benchmarks and how it compares to all other gateways?
and that we followed these benchmarks from the get go?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure! I don't think we have the green check though, due to some needed work on the query planner.
- **Exceptional Developer Experience**: We understand that developer experience is paramount. That's | ||
why Conductor is designed to be intuitive, straightforward, and hassle-free, allowing you to focus | ||
on what matters most - building great and performant GraphQL applications. | ||
- **Real open-source**: Conductor is designed to be accessible to everyone, it is open-source (MIT) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we include here also that the plugins are open source?
especially the ones that are being offered on Enterprise plans on other gateways like JWT, etc...?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure!
|
||
For more details on setting up and running Conductor, refer to our documentation. | ||
|
||
## Join the Alpha Release: Be Part of the Conductor Community |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
join the alpha release feels like it is still close
they don't need to join anything, just try it out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, agree
💻 Website PreviewThe latest changes are available as preview in: https://0b3595fc.guild-dev-website.pages.dev |
|
||
## How Does It Work? | ||
|
||
Conductor acts as a gateway/proxy between your consumers and your GraphQL server. It intercepts the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it could also be multiple GraphQL servers? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, we mention that below, I'll get rid of the how does it work section anyways.
No description provided.