Skip to content

Commit

Permalink
Merge pull request #4 from Meteor-Community-Packages/feature/lint-fix
Browse files Browse the repository at this point in the history
Add links to Meteor forums & lint fix attempt
  • Loading branch information
StorytellerCZ authored Sep 27, 2023
2 parents a4c7ce8 + 7da5d3e commit 4254d6a
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Awesome packages, articles, tips and people all around Meteor.js

- [Featured (new releases)](#featured-new-releases)
- [News and Blogs](#news-and-blogs)
- [Packages](#Packages)
- [Guides](#Guides)
- [Courses](#Courses)
- [Services](#Services)
- [Companies](#Companies)
- [Packages](#packages)
- [Guides](#guides)
- [Courses](#courses)
- [Services](#services)
- [Companies](#companies)
- [Follow](#follow)

<!-- CONTENT -->
Expand All @@ -45,8 +45,8 @@ Awesome packages, articles, tips and people all around Meteor.js

## News and Blogs

- [Meteor Blog](https://blog.meteor.com/) - Official Blog of Meteor.
- [Meteor Dispatched - Weekly News Podcast](https://www.youtube.com/@meteorjscommunity/podcasts) - Amazing podcast driven by the community about Meteor.
- [Meteor Blog](https://blog.meteor.com/) - Official blog of Meteor Software.
- [Meteor Dispatched - Weekly News Podcast](https://www.youtube.com/@meteorjscommunity/podcasts) - Amazing podcast driven by the community about Meteor.js and related things.

## Packages
Awesome packages listed in groups.
Expand All @@ -58,13 +58,15 @@ Awesome packages listed in groups.

- Collections
- [aldeed:collection2](https://github.com/Meteor-Community-Packages/meteor-collection2) - A Meteor package that allows you to attach a schema to a Mongo.Collection. Automatically validates against that schema when inserting and updating from client or server code.
- [aldeed:schema-deny](https://github.com/longshotlabs/meteor-schema-deny) - Allows you to deny inserting or updating certain properties in your database by setting options in your schema.
- [aldeed:schema-index](https://github.com/longshotlabs/meteor-schema-index) - Control some MongoDB indexing from your SimpleSchema.
- [matb33:collection-hooks](https://github.com/Meteor-Community-Packages/meteor-collection-hooks) - Extends Mongo.Collection with before/after hooks for insert, update, remove, find, and findOne.
- [meteor-publish-composite](https://github.com/Meteor-Community-Packages/meteor-publish-composite) - Provides a flexible way to publish a set of related documents from various collections using a reactive join. This makes it easy to publish a whole tree of documents at once. The published collections are reactive.
- [dburles:collection-helpers](https://github.com/dburles/meteor-collection-helpers) - Collection helpers automatically sets up a transformation on your collections.
- [cultofcoders:grapher](https://github.com/cult-of-coders/grapher) - Grapher: Meteor Collection Joins + Reactive GraphQL like queries.
- [quave:collections](https://github.com/quavedev/collections) - Helps to create collections in a standard way.

- Scalability & Performance Improvers
- Scalability & performance improvers
- [redis-oplog](https://github.com/Meteor-Community-Packages/redis-oplog) - Re-implementation of the Meteor's MongoDB oplog tailing with the help of Redis. This package will solve lots of scale problems.
- [oplogtoredis](https://github.com/tulip/oplogtoredis) - Not a package but may be needed when using redis-oplog. This program tails the oplog of a Mongo server, and publishes changes to Redis.
- [changestream-to-redis](https://github.com/radekmie/changestream-to-redis) - Not a package but may be needed when using redis-oplog. This program listens to a MongoDB Change Stream, and publishes changes to Redis. An alternative to oplogtoredis.
Expand All @@ -77,15 +79,14 @@ Awesome packages listed in groups.

- Forms
- [uniforms](https://github.com/vazco/uniforms) - Bunch of React components and helpers to easily generate and validate forms. [Seamlessly integrate with `simpl-schema`](https://uniforms.tools/docs/installation).
- [aldeed:autoform](https://github.com/Meteor-Community-Packages/meteor-autoform) - Adds UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation.
- [aldeed:schema-deny](https://github.com/longshotlabs/meteor-schema-deny) - Allows you to deny inserting or updating certain properties in your database by setting options in your schema.
- [aldeed:autoform](https://github.com/Meteor-Community-Packages/meteor-autoform) - Adds UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation.

- Data Display
- [aldeed:tabular](https://github.com/Meteor-Community-Packages/meteor-tabular) - Creates reactive DataTables in an efficient way, allowing you to display the contents of enormous collections without impacting app performance.

- File Management
- [meteor-files](https://github.com/veliovgroup/Meteor-Files) - Simple files management.
- [mikkelking:slingshot](https://github.com/Back2bikes/meteor-slingshot) - Upload files directly to AWS S3, Google Cloud Storage and others in meteor.
- [mikkelking:slingshot](https://github.com/Back2bikes/meteor-slingshot) - Upload files directly to AWS S3, Google Cloud Storage and others in Meteor.

- Internationalization
- [universe:i18n](https://github.com/vazco/meteor-universe-i18n) - Internationalization package.
Expand All @@ -103,14 +104,14 @@ Awesome packages listed in groups.
- [ostrio:flow-router-extra](https://github.com/veliovgroup/flow-router) - Routing for client-side apps and compatible with React, Vue, Svelte, and Blaze.

- Cron Jobs
- [percolate:synced-cron](https://github.com/percolatestudio/meteor-synced-cron) - Cron system for Meteor. It supports syncronizing jobs between multiple processes.
- [percolate:synced-cron](https://github.com/percolatestudio/meteor-synced-cron) - Cron system for Meteor. It supports synchronizing jobs between multiple processes.
- [ostrio:cron-jobs](https://github.com/VeliovGroup/Meteor-CRON-jobs) - Package with similar API to native `setTimeout` and `setInterval` methods, but synced between all running Meteor (Node.js) instances.

- Debugging Tools
- [meteor-devtools-evolved](https://github.com/leonardoventurini/meteor-devtools-evolved) - A chrome extension.

- Deployment
- [meteor-up](https://github.com/zodern/meteor-up) - Helps you to deploy Meteor application to your server with a single command (Works well with redisoplog).
- [meteor-up](https://github.com/zodern/meteor-up) - Helps you to deploy Meteor application to your server with a single command (Works well with redis-oplog).

- Blaze
- [ostrio:templatehelpers](https://github.com/VeliovGroup/Meteor-Template-helpers) - Utility helpers for your Blaze templates.
Expand Down Expand Up @@ -155,11 +156,12 @@ Awesome packages listed in groups.
<!-- list people worth following on social sites (Twitter, LinkedIn, GitHub, YouTube etc.) -->
- Jan Dvořák [GitHub](https://github.com/sponsors/storytellercz), [Twitter](https://twitter.com/storytellercz), [Meteor Forums](https://forums.meteor.com/u/storyteller)
- Jan Küster [GitHub](https://github.com/sponsors/jankapunkt), [Twitter](https://twitter.com/Kuester_Jan), [Meteor Forums](https://forums.meteor.com/u/jkuester)
- Zodern [GitHub](https://github.com/zodern), [Meteor Forums](https://forums.meteor.com/u/zodern/)
- Alim Gafar [Twitter](https://twitter.com/alimgafar), [Meteor Forums](https://forums.meteor.com/u/alimgafar)
- Radosław Miernik [GitHub](https://github.com/radekmie)
- Dr. Dimitru [GitHub](https://github.com/dr-dimitru)
- Frederico Maia [GitHub](https://github.com/fredmaiaarantes)
- Filipe Nevola [GitHub](https://github.com/filipenevola), [Twitter](https://twitter.com/FilipeNevola)
- Radosław Miernik [GitHub](https://github.com/radekmie), [Meteor Forums](https://forums.meteor.com/u/radekmie)
- Dr. Dimitru [GitHub](https://github.com/dr-dimitru), [Meteor Forums](https://forums.meteor.com/u/dr.dimitru)
- Frederico Maia [GitHub](https://github.com/fredmaiaarantes), [Twitter](https://twitter.com/fredmaiaarantes), [Meteor Forums](https://forums.meteor.com/u/fredmaiaarantes)
- Filipe Nevola [GitHub](https://github.com/filipenevola), [Twitter](https://twitter.com/FilipeNevola), [Meteor Forums](https://forums.meteor.com/u/filipenevola)

Who else should we be following!?

Expand Down

0 comments on commit 4254d6a

Please sign in to comment.