pmogollons:nova

v1.0.1Published 4 months ago

Nova | Grapher 2.0

NOVA is a Data Fetching Layer on top of bluelibs/nova, Meteor and MongoDB.

How to install:

meteor add pmogollons:nova

Companion packages

Differences with the original Grapher:

  • No pub/sub (no reactivity), only methods
  • No meta links and meta filters
  • No linker engine (removed getLink, set, unset, add, remove, metadata)
  • No $postFilters or $postOptions
  • All reducers reduce function should be async
  • Removed fetch, fetchSync, fetchOne and fetchOneSync, now use fetchAsync and fetchOneAsync
  • No denormalization
  • No global or collection expose
  • No graphQL bridge
  • foreignIdentityField is now foreignField

Changes and new features:

Documentation

This provides a learning curve for Nova, and it explains most basic the features. If you want to visualize the documentation better, check it out here:

API