在云中部署和托管 scala?

发布于 2024-08-31 16:25:10 字数 165 浏览 7 评论 0原文

我正在启动一个网络应用程序,将可扩展性视为首要任务之一。 这样做有什么好处: 卡桑德拉 斯卡拉 lift

与传统 LAMP 的比较 在云端?因为根据我所读到的内容,请纠正我,云本身是可扩展的,

我以前从未见过有人在云上部署 scala。值得花精力去学习这个平台吗?准备好用于生产了吗?

I am starting a web app considering scalability as one of the top priorities.
What would be the benefits of this:
cassandra
scala
lift

vs the traditional LAMP
on the cloud? Since from what I've read, please correct me, the cloud itself is scalable

I have never seen anyone deploy scala on the cloud before. Is it worth the effort to learn the platform? Is it ready for production use?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

╄→承喏 2024-09-07 16:25:10

如果做得正确,java/scala 云部署可以像“常规”部署一样轻松。

另请记住,Scala 的有效部署就像 Java + 库一样,因此您可以使用任何以 Java 为中心的云解决方案(GWT、EC2 等)。

如果您愿意,我强烈建议您查看 Stax走这条路(我强烈鼓励你这样做)。我已经开始将它用于几个 Scala 应用程序(其中一个使用 lift)。他们由 EC2 支持,并且实际上在内部使用 Scala。部署和测试也是小菜一碟。

Done properly, java/scala cloud deployment can be as painless as "regular" deployment.

Also bear in mind that Scala effectively deploys as though it were Java + a library, so any java-centric cloud solutions will be available to you (GWT, EC2, etc.)

I'd strongly recommend that you check out Stax if you want to go this route (and I strongly encourage you to do so). I've already started using it for a couple of Scala applications (one using lift). They're backed by EC2 and actually use Scala internally. Deployment and testing is a piece of cake too.

A君 2024-09-07 16:25:10

Heroku 现在允许您部署 scala Web 应用程序

Heroku now lets you deploy scala webapps

梦在深巷 2024-09-07 16:25:10

我在 Clever Cloud 工作,您也可以在我们的平台上部署 Scala Web 应用程序 ;)
查看我们的最新网站 scala-cloud.com

这个 PaaS 平台可以根据您的流量自动扩展和缩减您的应用程序。如果您需要垂直、水平或两种类型的可扩展性,您还可以进行精细定制。这种扩展的结果是您按需付费:您只需为实际消费付费,而不为潜在消费付费。

通过 git 部署。

非 AWS,托管在 4+ 级数据中心。

免费试用!

I work at Clever Cloud and you can also deploy Scala webapps on our platform ;)
Check out our latest website scala-cloud.com

This PaaS platform can automatically scale up and down your application regarding your traffic. You can also finely customize if you want vertical, horizontal or both types of scalability. The consequence of this scaling is that you pay as you go : you only pay for your real consumption and not the potential one.

Deployment via git.

Non AWS, hosted in tier-4+ datacenters.

Free trial !

长亭外,古道边 2024-09-07 16:25:10

我尝试过使用 AWS 和 GWT,现在使用 Jelastic,甚至 Jelastic 与 Scala 的配合也非常出色。

http://blog.jelastic.com/2013/ 07/08/开始使用-scala-sbt/

I tried with AWS and GWT and nowadays working with Jelastic and even Jelastic is as well a great performer with Scala.

http://blog.jelastic.com/2013/07/08/getting-started-with-scala-sbt/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文