@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.
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.
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?
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’ ?
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.
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!
@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?)