mirror of
https://github.com/vale981/grapher
synced 2025-03-04 17:11:38 -05:00
1.7 KiB
1.7 KiB
Welcome to Grapher
What ?
Grapher is a high performance data grapher:
- Makes data MongoDB denormalization easy (storing and linking data in different collections)
- You can link your MongoDB data with any type of database, and fetch it via Queries
- 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:
- How to link collections ? Collection Links
- How to securely expose data ? Exposing Collections
- How to search for the data ? Query