英文:
How to calculate price for mongock professional?
问题
能有人解释一下Mongock专业版的定价策略是如何工作的吗?
我可以在这个网页上看到价格是每月"$20 / 个单位",但在这种情境下,“单位”是指什么?是单个ChangeUnit类吗?我如何计算我的应用程序的大致定价?
英文:
can someone please explain how exactly pricing strategy for mongock professional works?
I can see on this webpage that price is "$20 / unit in production per month", but what is "unit" in this context? Is it single ChangeUnit class? How can I calculate approximate pricing for my application?
答案1
得分: 0
关于“生产单元”的概念 - 这指的是在生产实例中使用Mongock作为迁移工具的MongoDB数据库数量。请注意,最低要求是5个单元或生产实例。
这意味着如果您在生产中使用Mongock有3个MongoDB数据库,那将计为3个单元。每个安装了Mongock的数据库都可以无限更改单元。
请注意,Mongock在您的数据库中创建了一些集合/表 - 这是Mongock运行的基础(也是我们用工具提供支持的基础)。
此外,所有非生产环境都是免费的。
英文:
In terms of the concept of "production units" - this refers to the number of mongodb databases where you are using Mongock as a tool for migration (in production instances). Notice that the minimum is 5 units or production instances.
This means that if you have 3 MongoDB databases in production using Mongock, it would count as 3 units. ChangeUnits are unlimited per database where Mongock is installe.
Notice that Mongock creates a couple of collections/tables in your database - which is the basis for Mongock to operate (and for us to help support with the tool).
Additionally, all environments outside production are free of charge.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论