使用 Ruby on Rails 构建基于订阅的应用程序

发布于 2024-12-06 16:54:38 字数 409 浏览 1 评论 0原文

我计划编写一个基于订阅的应用程序,该应用程序将允许用户执行以下操作:

  • 订阅/注册计划(将从多个可用计划中进行选择)
  • 将使用基于订阅的计费解决方案,例如 Recurly、Chargify。
  • 每个客户端/用户都会看到自己的数据
  • 将有一个 REST API
  • 目前的计划是与多个客户端/用户共享一个数据库;但将来可能需要扩展到多租户架构。

我想知道是否已经有这样的应用程序可用的开源示例。非常感谢任何评论、参考书籍。

我计划使用的技术:Ruby on Rails、MySQL。

我的主要要求之一是构建一个具有成本效益的解决方案。我不确定 Force 平台可以如何帮助我。对 Sales Force 平台的任何评论都会有很大帮助。

谢谢

I am planning to write a subscription based application which will allow users to do the following:

  • Subscribe/Sign-up to a plan (will select from multiple plans available)
  • Will use subscription based billing solution e.g. Recurly, Chargify.
  • Each client/user will see its own data
  • Will have a REST API
  • For now the plan is to have a shared database with multiple clients/users; but in future may need to scale to multi-tenant architecture.

I was wondering if there's already such an application available an open-source example. Any comments, reference to books is really appreciated.

Technologies I plan to use: Ruby on Rails, MySQL.

One of my primary requirement is to build a cost efficient solution. I am not sure how the Force platform can help me. Any comments on Sales Force platform would be of great help.

Thanks

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

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

发布评论

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

评论(2

古镇旧梦 2024-12-13 16:54:38

SaaS Rails Kit(不是免费的,由我编写,所以我显然有偏见)将是一个很好的开始给你点。

The SaaS Rails Kit (not free, and authored by me, so I'm obviously biased) would be a good starting point for you.

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