- Home
- >
- Software Development
- >
- Meteor’s ‘Apollo Day’ Meet-Up Reveals the Growing Popularity of GraphQL – InApps 2025
Meteor’s ‘Apollo Day’ Meet-Up Reveals the Growing Popularity of GraphQL – InApps is an article under the topic Software Development Many of you are most interested in today !! Today, let’s InApps.net learn Meteor’s ‘Apollo Day’ Meet-Up Reveals the Growing Popularity of GraphQL – InApps in today’s post !
Key Summary
This article from InApps Technology, authored by Phu Nguyen, highlights the growing adoption of GraphQL through the lens of Meteor’s Apollo Day meetup in San Francisco, hosted by the Meteor Development Group. It focuses on the Apollo Project, an open-source GraphQL client, and its impact on simplifying API development for major companies. Key points include:
- Apollo Day and GraphQL’s Rise:
- Event: Hosted by Meteor, the meetup showcased GraphQL’s growing influence, with attendees from companies like Google, CreditKarma, Twitter, AirBnB, TicketMaster, and OpenTable.
- Apollo Project: An open-source GraphQL client (reached version 1.0 in March prior to the article), designed to streamline API interactions, with over 100,000 monthly npm downloads and contributions from 450+ developers.
- GraphQL’s Value Proposition:
- Problem Solved: Reduces the complexity of managing multiple RESTful APIs by providing a unified data access layer, similar to SQL for databases.
- Apollo Tools: Includes client-side (Apollo Client) and server-side tools for creating and parsing GraphQL queries, eliminating the need for constant REST endpoint updates.
- Benefits: Increases development velocity by simplifying API creation and consumption, enabling faster workflows.
- Real-World Adoption:
- Production Use: Discussions at Apollo Day revealed many companies already had GraphQL endpoints in production, addressing challenges like rate limiting, persisting queries, schema versioning, and team onboarding.
- Case Studies:
- A startup attendee ported a REST endpoint to GraphQL after the previous Apollo summit, finding it easy and now migrating all endpoints, hiring GraphQL developers.
- Quri: Transitioned from RAML to GraphQL, finding it less painful for API support and documentation, and is phasing out REST APIs.
- Twitch.tv: Adopted GraphQL post-summit, resulting in faster API development workflows.
- Meteor’s Strategic Focus:
- Context: Meteor, known for its full-stack JavaScript framework and Meteor Galaxy cloud platform, sees GraphQL as its biggest growth opportunity.
- Vision: Founder Geoff Schmidt emphasizes Apollo’s role in simplifying API development, aligning with Meteor’s mission to streamline app development (as seen in Meteor Galaxy).
- InApps Insight:
- GraphQL’s adoption, driven by tools like Apollo, aligns with modern development trends, complementing frameworks like Vue.js for front-end flexibility and platforms like Meroxa for data pipelines.
- InApps Technology can leverage Apollo and GraphQL to build efficient, scalable APIs for client applications, integrating with RESTful APIs (e.g., Go-based APIs) or containerized platforms like Meteor Galaxy to enhance development speed and API management.
Read more about Meteor’s ‘Apollo Day’ Meet-Up Reveals the Growing Popularity of GraphQL – InApps at Wikipedia
You can find content about Meteor’s ‘Apollo Day’ Meet-Up Reveals the Growing Popularity of GraphQL – InApps from the Wikipedia website
Sometimes, it’s the small meetups or events that inspire developers the most. The “Apollo Day” GraphQL-focused meetup, hosted on Wednesday by Meteor in its offices in San Francisco, showed the growing influence of the GraphQL on some of the Bay Area’s biggest software companies.
Facebook has already made it known that its interested in growing the use of GraphQL, and at Apollo Day, we heard from more developers in the trenches implementing and supporting APIs built on this new query language. It’s all in the furtherance of the Apollo Project, an open source GraphQL client originally created by Meteor. That project reached version 1.0 at the end of March.
While Meteor and Meteor Galaxy, the company’s hosted service for serving up Meteor applications, are both turning in reliable and growing revenue, according to Meteor founder Geoff Schmidt, GraphQL represents the biggest opportunity space for the company. Thus, Meteor offers the Apollo line of tools and projects for developers looking to build out their GraphQL strategy.
For his part, Schmidt sees GraphQL as a way to solve a lot of developer’s current API problems. Rather than learning a dozen APIs created by a dozen companies, he said, offering a unified data access layer — not unlike what SQL currently offers for the relational database world — is a great path towards making API development easier for everyone involved.
Apollo includes client and server-side tools for creating and parsing GraphQL queries. The end goal, said Schmidt, is to alleviate the need for developers to constantly add new RESTful endpoints to their applications in support of constantly changing APIs. The end result is more velocity around developing and consuming APIs.
The Apollo Client is a client-side JavaScript library designed to handle the back and forth with a GraphQL API. The client was built by over 450 contributors and now sees over 100,000 monthly downloads from npm.
In attendance were some of those aforementioned contributors, hailing from places like Google, CreditKarma, Twitter, AirBnB, TicketMaster and OpenTable. Their buy-in on the Apollo Client indicates that Schmidt and the folks at Meteor may just have built out these tools at the right time.
Now that dozens of companies have contributed to the Apollo project, however, it’s time for these pieces to enter production environments. This was a major topic of discussion at Apollo Day, in fact. The afternoon Birds-of-a-Feather talk on using GraphQL in production revealed that most folks already had a GraphQL endpoint up in production.
The hot topics in this collaborative complaint session included the need for rate limiting, and a general question as to how popular these APIs are thus far. Other questions involved topics like persisting queries, schema versioning and getting teams up to speed.
One attendee from a startup told his story of attending the Apollo summit last October, where he and his team first put their hands on GraphQL: After seeing a few talks and briefing their chief technology officer, he got to go-ahead to try porting a RESTful endpoint to GraphQL. He said the process was fairly easy to undertake, and a month later it was in production. Now, the company is migrating all their REST endpoints to GraphQL, in very small steps. He also mentioned that his company was now hiring GraphQL developers.
Another group of developers from Quri came to GraphQL through RAML, the API modeling language. After building their own system for supporting and documenting their APIs in RAML, they found the process of supporting GraphQL far less painful. Today, they’re slowly getting rid of their REST APIs in favor of GraphQL. Quri is also looking to hire GraphQL developers.
Elsewhere, a representative from Twitch.tv intimated that his company, too, was influenced to try GraphQL after last October’s Apollo meetup. He said that the work has resulted in faster workflows for the teams building APIs, and using them.
Feature image via NASA.
Source: InApps.net
Let’s create the next big thing together!
Coming together is a beginning. Keeping together is progress. Working together is success.