No description
Find a file
2016-09-24 08:12:43 +03:00
.npm/package added npm depends 2016-09-22 13:55:16 +03:00
docs updated doc + bumped version 2016-09-24 08:12:43 +03:00
lib updated doc + bumped version 2016-09-24 08:12:43 +03:00
.travis.yml updated travis, the fetched docs now contain link info, filters work better 2016-09-15 10:37:10 +03:00
CHANGELOG.md updated changelog 2016-09-23 14:10:28 +03:00
LICENSE added better docs + travis 2016-09-15 09:14:15 +03:00
main.client.js init new exposure paradigm and configurations 2016-09-24 08:05:26 +03:00
main.server.js init new exposure paradigm and configurations 2016-09-24 08:05:26 +03:00
package.js updated doc + bumped version 2016-09-24 08:12:43 +03:00
README.md updated readme 2016-09-23 21:17:29 +03:00

Welcome to Grapher

Build Status

What ?

Grapher is a high performance data grapher:

  1. Makes data MongoDB denormalization easy (storing and linking data in different collections)
  2. You can link your MongoDB data with any type of database, and fetch it via Queries
  3. You have the same API for data-fetching whether you want your data to be reactive or not.

How does this compare to ApolloStack ?

  • You can plug it in your Meteor app directly. It will just work.
  • It is built for performance and high data load.
  • Apollo tries to satisfy everybody, we are limited to Meteor only.

Updates

Check-out the CHANGELOG for latest updates.

Installation

meteor add cultofcoders:grapher

Documentation

Please read the documentation:

API

Quick Reference API

Useful packages and integrations

Integration with React (cultofcoders:grapher-react)

Live View (cultofcoders:grapher-live)

Boiler plate Meteor + React + Grapher

https://github.com/cult-of-coders/grapher-boilerplate