Live data from Hacker News

Meteor Galaxy, a cloud platform for Meteor applications

info.meteor.com

31–40 of 42 posts

Re: Meteor Galaxy, a cloud platform for Meteor applications

#31

Earlier quoted context omitted.

This. So many clients refuse to host their data in the US because of the gov't .

Curious - are AWS's EU clusters subject to EU laws, or US ones? I would've thought that as a US corporation, they'd be subject to both. If the US government has a warrant to snoop on Amazon's customers, it doesn't seem like Amazon has much choice (as a US corporation) but to comply.

Unclear, but our EU customer was satisfied by using the EU servers.

Re: Meteor Galaxy, a cloud platform for Meteor applications

#32

Earlier quoted context omitted.

This. So many clients refuse to host their data in the US because of the gov't .

Curious - are AWS's EU clusters subject to EU laws, or US ones? I would've thought that as a US corporation, they'd be subject to both. If the US government has a warrant to snoop on Amazon's customers, it doesn't seem like Amazon has much choice (as a US corporation) but to comply.

Currently the US-of-A believes that US laws _always_ apply, no matter where. However that doesn't jive well with EU privacy laws. For example the easiest way to comply with the German privacy laws ( https://en.wikipedia.org/wiki/Bundesdatenschutzgesetz ) is to host inside of Germany itself (See also: AWS eu-central-1).

Microsoft has been busily fighting this notion ( http://blogs.microsoft.com/on-the-issues/2015/04/09/our-lega... ) for a while now. Basically all the tech companies are waiting to find out what happens ( http://www.nytimes.com/2015/09/08/us/politics/apple-and-othe... ) because it means the difference between "US Law applies everywhere" and "US companies can comply with foreign data protection laws". Unfortunately these two things are mutually exclusive.

Re: Meteor Galaxy, a cloud platform for Meteor applications

#33
post #14

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

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.

Re: Meteor Galaxy, a cloud platform for Meteor applications

#34
post #21

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 thi…

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.

Re: Meteor Galaxy, a cloud platform for Meteor applications

#35

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?

You might be interested in seeing the efforts on `clinical track`: https://clinical.meteor.com/ for HIPAA

Re: Meteor Galaxy, a cloud platform for Meteor applications

#36
post #14

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

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.

Re: Meteor Galaxy, a cloud platform for Meteor applications

#37
post #33
post #14

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

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.

Yep https://scalingo.com/meteorjs-hosting

Re: Meteor Galaxy, a cloud platform for Meteor applications

#38
post #10

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

Yes, I agree. I was expecting something to just work and provide everything

Re: Meteor Galaxy, a cloud platform for Meteor applications

#39
post #21

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 thi…

Also this: https://github.com/zubairq/coils

Re: Meteor Galaxy, a cloud platform for Meteor applications

#40

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…

Scalingo (a Heroku-like) can host your meteor app http://doc.scalingo.com/languages/javascript/nodejs/meteor/
Post reply on HN