apollo-server
by
apollographql

Description: 🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.

View on GitHub ↗

Summary Information

Updated 25 minutes ago
Added to GitGenius on July 13th, 2024
Created on April 21st, 2016
Open Issues & Pull Requests: 83 (+0)
Number of forks: 2,003
Total Stargazers: 13,942 (+0)
Total Subscribers: 194 (+0)

Issue Activity (beta)

Open issues: 58
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,101 days
Stale 30+ days: 55
Stale 90+ days: 54

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • ⛲️ feature (90)
  • :memo: documentation (82)
  • :rose: has-reproduction (57)
  • :beetle: bug (46)
  • 🧬 typings (39)
  • ⁉️ question (34)
  • :wilted_flower: needs-reproduction (29)
  • :pear: error-handling (26)

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 40.0 days
Mean response time: 388.9 days
90th percentile: 1006.7 days
Tracked items: 101

Most active contributors

Detailed Description

Apollo Server is an open-source, spec-compliant GraphQL server built with TypeScript and JavaScript that enables developers to create production-ready GraphQL APIs compatible with any GraphQL client, including Apollo Client. The repository represents a significant evolution in the Apollo ecosystem, with the @apollo/server package marking a major architectural shift from the previous apollo-server package naming convention used in versions prior to Apollo Server 4. The project is designed to support schema-first development and can be deployed as a standalone GraphQL server, as a subgraph in a federated supergraph architecture, or as a gateway for federated supergraphs.

The core functionality of Apollo Server centers on providing a straightforward API for integrating GraphQL with any Node.js web framework or serverless environment. The @apollo/server package includes a minimally-configurable standalone web server that handles CORS and body parsing automatically, eliminating boilerplate setup. Beyond the standalone server, Apollo Server offers integrations with popular Node.js frameworks including Express, Connect, Hapi, Koa, and Restify, allowing developers to embed GraphQL functionality into existing applications. The framework emphasizes incremental adoption, enabling teams to add features progressively as needed rather than requiring comprehensive upfront configuration.

According to GitGenius activity tracking, the repository demonstrates sustained engagement with a median issue and pull request response latency of 961.1 hours across 101 tracked items, though some items show significantly longer resolution times with a mean of 9333.8 hours. The most active issue categories tracked include Explorer and Sandbox features with 6 tracked items, feature requests with 3 items, and documentation with 1 item. The project's core maintenance is driven by a small group of active contributors, with glasser leading with 135 tracked events, followed by phryneas with 27 events and jerelmiller with 8 events. The repository's contributor overlap with major projects including Microsoft's VSCode, TypeScript, and the Rust language project indicates its significance within the broader developer ecosystem.

Apollo Server's design philosophy prioritizes universal compatibility with any data source, any build tool, and any GraphQL client, making it suitable for diverse architectural requirements. The server provides production-ready capabilities out of the box, enabling confident deployment in enterprise environments. The documentation is comprehensive and maintained on the Apollo GraphQL documentation site, with getting started guides available for both standalone server and Express middleware configurations. The repository is classified across multiple technical domains including data fetching, schema stitching, resolver implementation, performance optimization, real-time subscriptions, and middleware support, reflecting its comprehensive feature set and flexibility as a GraphQL server solution for Node.js environments.

apollo-server
by
apollographqlapollographql/apollo-server

Repository Details

Fetching additional details & charts...