Skip to content

Commit 17bd0fd

Browse files
committed
Tweaks to platform.md.
1 parent 76c3d56 commit 17bd0fd

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

docs/source/fundamentals/platform.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: The Apollo platform
33
---
44

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.
66

77
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.
88

@@ -18,26 +18,24 @@ More than anything, GraphQL is an entire ecosystem. Apollo has embraced the bri
1818

1919
## What is Apollo?
2020

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.
2222

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.
2424

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.
2626

2727
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.
2828

2929
## Ready for production
3030

3131
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.
3232

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.
3434

35-
In addition to our own experience, we have received extensive feedback and 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:
3636

3737
* **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.
3838
* **Express**: Easy-to-use pagination with Apollo helped improve the Express eCommerce team’s key product pages.
3939
* **Major League Soccer**: MLS’ switch from Redux to Apollo for state management enabled them to delete nearly all of their Redux code.
4040
* **Expo**: Developing their React Native app with Apollo allowed the Expo engineers to focus on improving their product instead of writing data fetching logic.
4141
* **KLM**: Learn how the KLM team scaled their Angular app with GraphQL and Apollo.
42-
43-

0 commit comments

Comments
 (0)