mirror of
https://github.com/vale981/grapher
synced 2025-03-05 09:31:42 -05:00
No description
.npm/package | ||
docs | ||
lib | ||
.travis.yml | ||
CHANGELOG.md | ||
LICENSE | ||
main.both.js | ||
main.client.js | ||
main.server.js | ||
package.js | ||
README.md |
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