arunoda / meteor-cluster

Smarter way to run cluster of meteor nodes
http://meteorhacks.com/meteor-cluster-introduction-and-how-it-works.html
100 stars 12 forks source link

Amazon ElastiCache #5

Open iwoork opened 10 years ago

iwoork commented 10 years ago

Does this work with Amazon's ElastiCache? I don't think ElastiCache works with password. What's the best way to configure this?

arunoda commented 10 years ago

Not sure. BTW: You should not use Meteor Cluster. This is very early stage of Meteor Scaling.

iwoork commented 10 years ago

@arunoda thanks! yeah we are trying to figure out what's a better way to do a 'close-to-instant' result for our chat. We are using oplog and still there's a bit of delay with just meteor. :(

arunoda commented 10 years ago

hmm. Best option is to use meteor-streams. unfortunately, I no longer maintaining it. It can be used with meteor-cluster for scaling.

iwoork commented 10 years ago

Cool! Will check it out.