All Projects → gramps-graphql → Gramps Express

gramps-graphql / Gramps Express

Licence: mit
NOTE: The GrAMPS core has moved to https://github.com/gramps-graphql/gramps

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Gramps Express

now-course
Proyecto para el curso de Now.sh en Platzi
Stars: ✭ 19 (-88.2%)
Mutual labels:  graphql-server, apollographql, apollo-server
apollo-express-ts-server-boilerplate
No description or website provided.
Stars: ✭ 29 (-81.99%)
Mutual labels:  graphql-server, apollographql, apollo-server
Graphql Yoga
🧘 Fully-featured GraphQL Server with focus on easy setup, performance & great developer experience
Stars: ✭ 6,573 (+3982.61%)
Mutual labels:  graphql-server, apollo-server
Graphql Modules
Enterprise Grade Tooling For Your GraphQL Server
Stars: ✭ 962 (+497.52%)
Mutual labels:  graphql-server, apollo-server
Graphql Api Gateway
An open-sourced example of a GraphQL API Gateway. This service queries and joins data across different back-ends into one GraphQL schema.
Stars: ✭ 57 (-64.6%)
Mutual labels:  graphql-server, apollo-server
Messenger
Open source, native iOS Messenger, with realtime chat conversations (full offline support).
Stars: ✭ 4,264 (+2548.45%)
Mutual labels:  graphql-server, apollographql
Graphql Cost Analysis
A Graphql query cost analyzer.
Stars: ✭ 527 (+227.33%)
Mutual labels:  graphql-server, apollo-server
Fullstack Apollo Express Postgresql Boilerplate
💥 A sophisticated GraphQL with Apollo, Express and PostgreSQL boilerplate project.
Stars: ✭ 1,079 (+570.19%)
Mutual labels:  apollographql, apollo-server
hano-graphql
GraphQL, Hapi and Node Project For Scaleable Apps.
Stars: ✭ 13 (-91.93%)
Mutual labels:  apollographql, apollo-server
Graphql Log
Add logging to your GraphQL resolvers so you know what's going on in your app.
Stars: ✭ 94 (-41.61%)
Mutual labels:  graphql-server, apollographql
Apollo Graphql Mongodb React Native
Apollo Server Example using MongoDB + Mongoose + Express, Apollo Client using React Native
Stars: ✭ 92 (-42.86%)
Mutual labels:  graphql-server, apollo-server
Graphql Serverless
GraphQL (incl. a GraphiQL interface) middleware for the webfunc serverless web framework.
Stars: ✭ 124 (-22.98%)
Mutual labels:  graphql-server, middleware
Graphql Up
Get a ready-to-use GraphQL API for your schema
Stars: ✭ 415 (+157.76%)
Mutual labels:  graphql-server, apollographql
Fullstack Apollo Express Mongodb Boilerplate
💥A sophisticated GraphQL with Apollo, Express and MongoDB boilerplate project.
Stars: ✭ 301 (+86.96%)
Mutual labels:  apollographql, apollo-server
Apollo Server
🌍  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.
Stars: ✭ 12,145 (+7443.48%)
Mutual labels:  graphql-server, apollographql
apollo-graphql-tutorial
Learning apollo graphql version 2.x with Node.js
Stars: ✭ 18 (-88.82%)
Mutual labels:  apollographql, apollo-server
Data Source Base
Boilerplate for creating a GrAMPS-compatible data source.
Stars: ✭ 52 (-67.7%)
Mutual labels:  graphql-server, apollographql
adonis-graphql-server
A GraphQL server built with Apollo server and AdonisJs
Stars: ✭ 31 (-80.75%)
Mutual labels:  graphql-server, apollo-server
Fullstack Apollo React Boilerplate
💥A sophisticated Apollo in React boilerplate project.
Stars: ✭ 136 (-15.53%)
Mutual labels:  apollographql, apollo-server
Apollo Server Vercel
⚫ Production-ready Node.js GraphQL server for Vercel Serverless Functions
Stars: ✭ 69 (-57.14%)
Mutual labels:  graphql-server, apollo-server

NOTE: The GrAMPS core has been updated to support all server implementations supported by Apollo Server, plus extra tools to make it usable with other GraphQL frameworks. To reflect its flexibility, GrAMPS has been moved to https://github.com/gramps-graphql/gramps.

GrAMPS · An easier way to manage the data sources powering your GraphQL server

GrAMPS GraphQL Middleware for Apollo Express Server

license npm version Build Status Maintainability Test Coverage Greenkeeper badge

An easier way to manage the data sources powering your GraphQL server.

GrAMPS (short for GraphQL Apollo Microservice Pattern Server) is middleware designed for apollo-server-express that allows independent data sources — a schema, resolvers, and data access model — to be composed into a single GraphQL schema, while keeping the code within each data source isolated, independently testable, and completely decoupled from the rest of your application.

Developer Quickstart

See the 5-minute quickstart in our documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].