meteor-publish-composite
Composite publisher
A package that enables flexible and reactive publication of documents from multiple collections based on a customizable join condition.
Meteor.publishComposite provides a flexible way to publish a set of related documents from various collections using a reactive join
553 stars
15 watching
58 forks
Language: JavaScript
last commit: 3 months ago
Linked from 1 awesome list
hacktoberfestmeteormongodb
Related projects:
Repository | Description | Stars |
---|---|---|
nlhuykhang/meteor-publish-join | A package for publishing non-reactive or aggregated values in Meteor applications | 19 |
meteor-community-packages/organization | A governance structure for a collection of reusable software components | 41 |
meteor-community-packages/meteor-inject-data | A package to inject data into client-side rendered HTML at the beginning of page loading | 6 |
meteor-community-packages/meteor-roles | An authorization package for Meteor that allows defining roles with scopes and permissions, enabling hierarchical role assignment. | 921 |
meteor-community-packages/meteor-tabular | A package for creating reactive and customizable data tables in Meteor applications. | 363 |
meteor-community-packages/meteor-collection-hooks | Extends Meteor's Collection API with customizable hooks for inserting, updating, removing, finding, and upserting documents | 657 |
sakulstra/meteor-aggregate | Provides a simple and reliable MongoDB aggregation framework for Meteor applications. | 41 |
meteorwebcomponents/layout | A polymer-based layout component for meteor applications | 5 |
numtel/meteor-pg | Provides a reactive interface to PostgreSQL databases in Meteor applications | 300 |
meteorwebcomponents/synthesis | Enables integration of Polymer and Meteor JavaScript frameworks. | 28 |
meteorwebcomponents/mixin | Enables reactive Meteor data sources within Polymer elements | 15 |
meteor/blaze | A reactive HTML template engine that eliminates the need for update logic and automates DOM updates | 528 |
meteor-community-packages/meteor-autoform | A package that simplifies the creation of forms with automatic validation and insert/update functionality in Meteor applications. | 1,440 |
alethes/meteor-pages | Meteor pagination package providing out-of-the-box, incremental, and customizable pagination capabilities for Meteor applications | 403 |
culturalme/meteor-slingshot | Directs file uploads from Meteor apps to cloud storage services without exposing sensitive data or relying on the app's server | 594 |