You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/fundamentals/platform.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: The Apollo platform
3
3
---
4
4
5
-
The Apollo GraphQL data platform brings many benefits to both new and existing projects, helps teams work more effortlessly with data from a variety of sources and allows products to evolve faster.
5
+
The Apollo GraphQL data platform simplifies the data-layer within organizations, helps teams work more effortlessly with data from a variety of sources, and allows products to evolve faster.
6
6
7
7
The more technical benefits of GraphQL adoption are well-documented in other areas of this documentation, however this “Fundamentals” section will focus on explaining pre-adoption recommendations which have been guided by Apollo’s many years of first-hand experiences working with everything from single-person apps to enterprise deployments.
8
8
@@ -18,26 +18,24 @@ More than anything, GraphQL is an entire ecosystem. Apollo has embraced the bri
18
18
19
19
## What is Apollo?
20
20
21
-
Apollo is a production-ready set of tools and libraries built upon the GraphQL specification and implements techniques and feedback from our partners, the community, and extensive research. We have packaged this knowledge into various Apollo products and made it easy to introduce into new and existing projects of all shapes and sizes.
21
+
Apollo is a production-ready set of tools and libraries, built upon the GraphQL specification, which implement features, techniques and feedback from our partners, the community, and our own extensive research. We’ve incorporated this learning into a variety of Apollo products and made it easy to introduce into new and existing projects of all shapes and sizes.
22
22
23
-
In addition to providing the functional means to implement a full GraphQL data layer through the use of Apollo Server and Apollo Client, Apollo also brings documentation, best practices and support backed by years of GraphQL experience.
23
+
At its core, and backed by years of GraphQL experience, the open-source Apollo Server and Apollo Client provide the functional means to roll out a full-featured GraphQL deployment, plus the documentation, best practices and support to do it right.
24
24
25
-
Apollo Engine receives metrics from Apollo Server and provides alerting, performance monitoring and schema management tools which help developers feel confident about their deployment and ensure a stable and performant GraphQL stack.
25
+
Additional advanced features are powered by Apollo Engine which works seamlessly with Apollo Client and Apollo server to enable caching, alerting, performance monitoring and schema management tools which help developers feel confident about their deployment and ensure a stable and performant GraphQL stack.
26
26
27
27
Apollo believes that a strong data management story goes far in the world of software development and feel our software and expertise plays a critical role in that story.
28
28
29
29
## Ready for production
30
30
31
31
While the GraphQL specification was first made public by Facebook in 2015, GraphQL has been a key component of their mobile application deployment since 2012.
32
32
33
-
At Apollo, we quickly found GraphQL to be an excellent solution to many of concerns with existing data access techniques and have since used it to power critical infrastructure. Over the years, we’ve worked with customers and partners of all sizes and continually brought new research to the open-source Apollo offerings. The open-source community has reciprocated that effort and we confidently use the same Apollo open-source offerings in production deployments.
33
+
At Apollo, we found GraphQL to be an excellent solution to many of the problems we encountered with existing techniques and now use it to power critical infrastructure. Over the years, we’ve worked with the open-source community along with customers and partners of all sizes to continually bring new innovations to the open-source Apollo offerings and we're proud that those offerings are suitable for everything from startups to large-scale deployments.
34
34
35
-
In addition to our own experience, we have received extensive feedbackand support from enterprise customers. A few of our most public and notable enterprise case-studies are:
35
+
In addition to our own experience, we have received extensive feedback, contributions and support from enterprise customers who are actively using Apollo GraphQL in production. A few of our most public and notable case-studies are:
36
36
37
37
***The New York Times**: Learn how The New York Times switched from Relay to Apollo & implemented features in their app such as SSR and persisted queries.
38
38
***Express**: Easy-to-use pagination with Apollo helped improve the Express eCommerce team’s key product pages.
39
39
***Major League Soccer**: MLS’ switch from Redux to Apollo for state management enabled them to delete nearly all of their Redux code.
40
40
***Expo**: Developing their React Native app with Apollo allowed the Expo engineers to focus on improving their product instead of writing data fetching logic.
41
41
***KLM**: Learn how the KLM team scaled their Angular app with GraphQL and Apollo.
0 commit comments