😎 Awesome Meteor List

@jkuester thanks for the suggestion, I’ve added Meteor files, it is really awesome! @dr.dimitru consider applying for Github sponser, and adding your packages to the community packaegs.

Yes, that was the plan, but I’m thinking it is good to have it running in the forum for some time so we collect input and engage the community, and then I think it is good to add to the community sites and GitHub.

I’m seeing another advantage in having it in the forum, we’re getting indirect analytics on the interest based on the links count click, can we do something like that in Github?

For the others, if you have a package or a meteor related resource that you like to share, do let us know so we can add it.

Adding Meteor GitHub sponser to the list.

1 Like

Adding Meteor SwiftDDP.

1 Like

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