top | item 10334008

Meteor Galaxy, a cloud platform for Meteor applications

168 points| thousandx | 10 years ago |info.meteor.com

41 comments

order
[+] sergiotapia|10 years ago|reply
This is a bummer for me. My meteor apps are large enough to not want to host on free `meteor deploy`, but small enough to not warrant a $500/month plan.

Where's the $40/month plan? The $100/month?

Also the fact that it doesn't come with the database is off putting. I was under the impression all these months that Galaxy would be a one-stop-shop for Meteor hosting.

Bummer, total bummer. I hope they come out with more middle ground pricing.

[+] heyitskevin|10 years ago|reply
For a cheap hosted option you can setup a Digital Ocean droplet at $10/month and use Meteor Up (https://github.com/arunoda/meteor-up/tree/mupx) for your deployments. This will include the database as well.

That link is to Meteor Up X(development version) which uses Docker just like Galaxy. Once it's stable it'll be merged into Meteor Up. I've been using it for prod/staging pushes and it works great even with SSL.

[+] hanley|10 years ago|reply
Bummer here as well. And thanks for the tip about not including a database. I'm surprised they didn't mention that in the article! Seems misleading. Since the original free deploy does include the database and they didn't mention it not being included in the article I simply assumed it was included in Galaxy.
[+] xbryanx|10 years ago|reply
It looks like they are purposefully ceding the small-fry market to Modulus[1] and maybe even Digital Ocean[2]. Part of what you're buying here is access to the Meteor team and best practices at scale. From what I've heard that's something it's harder to get from Modulus.

[1] - https://modulus.io/

[2] - https://www.digitalocean.com/community/tutorials/how-to-depl...

edit: spelling

[+] mungojerie|10 years ago|reply
That's a great point I didn't think of. If so, it seems a little odd -- I would assume, as someone who's toyed with Meteor but not dived in (in part, waiting to see it mature and what hosting with the canonical experts costs), that they'd realize they can capture some of the bottom end just fine. I'm surely not the only developer who falls into that category/potential market.

With the mention of Individual plans coming soon, I'm sure they are after that, too. I think it's more that they didn't make the offering clear, nor make it more obvious that these plans aren't the full shebang.

[+] mortenjorck|10 years ago|reply
Yep, this should be the top comment. The disappointment others have voiced about a lack of indie price tiers is understandable, but it all makes sense if you look at this as preemptively attacking the top end of the market. It's an ambitious play - if they fail to attract enough big clients they're going to have to go down-market into something more crowded, but if they succeed, they have the opportunity to create a powerful feedback loop between Meteor's profile and Galaxy's success.
[+] JPKab|10 years ago|reply
if you're going to mention these, you should also mention scalingo. For setting up Meteor, they're my go to, because oplog tailing is set up by default.
[+] throwawaymsft|10 years ago|reply
Agreed. Just FYI, you probably mean "ceding the small-fry market" (i.e. concede).
[+] wasd|10 years ago|reply
Based on the press release, I was expecting a Heroku like full stack service. Was surprised to learn you need to setup the DB from FAQ.

> Does Galaxy include a database?

> Galaxy does not provide the database layer. You can run your own MongoDB server inside AWS, or create a database through any number of MongoDB hosting providers.

https://www.meteor.com/why-meteor/galaxy-faq

[+] zubairq|10 years ago|reply
Yes, I agree. I was expecting something to just work and provide everything
[+] chrisquinnr|10 years ago|reply
I can't decide what to think about this pricing. Would a company pay $6k a year to almost not worry about hosting / ops? Actually, yeah, probably. Still seems like it's missing a lower tier though.
[+] sozerberk|10 years ago|reply
"What about a free option? We've always offered free hosting to every Meteor developer through our meteor deploy feature. It's never going away. Now that we've had a chance to shake out key parts of Galaxy's technology stack with large production apps, we're ready to transition that free meteor deploy service to Galaxy. We've already started on that work, so that every developer can use Galaxy free of charge for simple apps, or purchase smaller plans for projects that aren't a fit for a full commercial plan."

So yeah, little specs plans are coming too.

[+] lacker|10 years ago|reply
The difference is, Meteor won't have the volume of Digital Ocean or AWS, so they can't run on low margins. They need a high-margin pricing model in order to survive. The danger here is that high-margin pricing provides a high incentive for the largest customers to move to AWS, so they'll have to be sure to provide enough value to keep the big folks.
[+] Bjorkbat|10 years ago|reply
Yeah, I'm so used to the pricing tiers used by Digital Ocean, Amazon, and Google Apps that I'm looking at this and going "Wait, the $995 a month tier isn't for enterprise?"

Everyone else is almost in a sort of pricing war, so it really feels very much against the current.

[+] lojack|10 years ago|reply
Pricing page says that subscriptions for individuals is coming soon.
[+] M4v3R|10 years ago|reply
FTA: "every developer can use Galaxy free of charge for simple apps, or purchase smaller plans for projects that aren't a fit for a full commercial plan"
[+] yjgyhj|10 years ago|reply
On a slightly unrelated note:

Would it be possible to make a webapp like Meteor in Clojure pretty easily, using CSP go-style channels ang go-threads.

I imagine a function would "broadcast" or "listen to" websocket connections. If the app uses channels for communicating between different go-blocks, server/client contact could use an identical interface. Sending things server-side would be no different than sending things client-side.

Could also be a simple 2-function library.

[+] raspasov|10 years ago|reply
Yes, it's definitely possible, I've personally done that many times and we do that at my current company as well. It ends up being a few hundred lines of code, and you have pretty much full understanding of what's going on and you can fit the code to your needs.
[+] btown|10 years ago|reply
Huh. You'd need a closurescript wrapper around MiniMongo which is the in memory mongo database that powers Meteor's isomorphic code. But in theory very doable.
[+] ldonley|10 years ago|reply
You missed out on calling this meteor belt.
[+] ymn_ayk|10 years ago|reply
It works only in the AWS us-east cloud, what about Eu?
[+] maerF0x0|10 years ago|reply
This. So many clients refuse to host their data in the US because of the gov't .
[+] akshatpradhan|10 years ago|reply
I want to learn more about Galaxy's security hygiene. I also want to learn more about what reasonable steps Galaxy is taking right now to ensure our data is safe after we `meteor deploy`.

Are they compliant with any security accountability programs like FEDRAMP/FISMA, ISO 27002, PCI-DSS and HIPAA?

[+] hit8run|10 years ago|reply
Why on earth is it so expensive? Is meteor so resource hungry?