😎 Awesome Meteor List

Adding recent PWA resources:

And:

3 Likes

Adding Make CLI to tools

https://www.maka-cli.org/

Make-CLI has one main goal – provide simple tools to create structure for your application in a repeatable manner. This is the nature of scaffolding.

2 Likes

Adding Scaling & performance best practices thread to the resources section.

Meteor Scaling/Performance Best Practices

The performance thread will later be converted to a guide or github book/wiki, right now we just need to consolidate the community knowledge, so please share what you know.

2 Likes

SimpleSchema - https://github.com/aldeed/simpl-schema by @aldeed
simple:rest (REST for Meteor) - https://github.com/stubailo/meteor-rest

1 Like

Thanks @afrokick

I’ve added GraphQL and Meteor Rest to the data layer section and simple schema to the technology section.

It is really impressive how much the community have built around Meteor! let me know if there anything else you would like to add

2 Likes

Adding Meteor Community Organization Sponsor:

Is the SQL integration still current? I had a play recently, and couldn’t get it to work with the latest Meteor release, and gave up disappointed. Does anyone have anything current?

2 Likes

Did you reach out to @vlasky? he might be able to help.

1 Like

Are you using vlasky:mysql? What issue are you having?

We are actively using and maintaining Meteor Azure for hosting on App Service. It supports zero-downtime and parallel multi-region deployments.

5 Likes

Thanks Rami, I will add Meteor Azure, it is surely awesome!

With that said, I’d also encourage folks to go with Galaxy as it is picking up more features specific to Meteor (such as changing the settings, notifications, GraphQL API, scaling rules, Meteor specific monitoring etc. and has a more predictable pricing model) and equally important that it will fund further development in the Meteor ecosystem.

If you’re profitable and hosting elsewhere, then I’d ecnourge you (and others) to sponsor the community (pay what your business can afford). We want to keep Meteor thriving and growing for years to come.

Let us know if there are other package or resources you would like to share.

@vlasky I looked around for a sample project to run up and poke around with - perhaps a bit lazy on my part.
I tried a couple of old examples, but they didn’t work. Can you suggest a good starting point, or should it all just work ‘out of the box’ ?

I wonder if it should be a pull request to https://project-awesome.org/Urigo/awesome-meteor

Added monitoring section:

  • Monitoring
    Galaxy APM: Galaxy built-in Meteor apps monitoring tool
    MontiAPM : standalone hosted Meteor monitoring service
    Open Kadira: Open source meteor monitoring tool
    Meteor APM: Performance Monitoring for Meteor based on Elastic APM

Let me know if you’ve any other monitoring tool in mind, also I’d like to add a testing section and load performance testing tools, so feel free to suggest those.

2 Likes

I agree with this. You may also do PR where you add the awesome list to the official README>

2 Likes

Will do soon, I’m still consolidating the list, crawling and indexing all the Meteor resources I can find, and I wanted to start from within the forum to get input from the active folks here, the Meteor ecosystem is huge frankly, I’ve never seen a web platform with so much breadth, I’m surprised myself!

3 Likes

@vlasky I had another try, I managed to work out that I needed mysql 5.7 for the binlog to work. I got the reactive-mysql-example to work for me, so I was enthused

Now I’m trying to get it working with Meteor. I think I have the publication working, but I’m not sure how to get the data in the client. With a Mongo database, I can do a Collection.find() to get the data, but I can’t work out what is needed here to fetch the data. Presumably it doesn’t use minimongo in the client (Or does it?)

Any help would be appreciated

@mikkelking could you please start another thread for that, just to keep this thread focused, thanks.

Adding to community:

3 Likes

Adding Commercial section:

Meteor jobs from https://github.com/harryadelb/awesome-meteor-jobs/blob/master/README.md

Thanks Harry Adel for compiling this, I hope you don’t mind the integration, but I think it is useful to share here.

If anyone knows another company or board let us know.

2 Likes