Skip to content

Commit b1358b7

Browse files
committed
Add RabbitMQ connector to pricing page
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 4bf584d commit b1358b7

File tree

2 files changed

+26
-15
lines changed

2 files changed

+26
-15
lines changed

_includes/pricing-page/pricing-cards.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h3 class="mb-3" style="font-weight: bold;">Events/triggers</h3>
225225
<path d="M1412 734q0-28-18-46l-91-90q-19-19-45-19t-45 19l-408 407-226-226q-19-19-45-19t-45 19l-91 90q-18 18-18 46 0 27 18 45l362 362q19 19 45 19 27 0 46-19l543-543q18-18 18-45zm252 162q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z">
226226
</path>
227227
</svg>
228-
Kafka, Postgres, AWS SNS/SQS triggers
228+
Kafka, RabbitMQ, Postgresql, AWS SNS/SQS triggers
229229
</li>
230230

231231
<li class="mb-3 is-flex is-align-items-center ">

_includes/pricing-page/pricing-table.html

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ <h3 class="subtitle">High-level comparison</h3>
1313
</thead>
1414
<tbody>
1515

16-
1716
<tr>
1817
<td colspan="4">
1918
<h3 class="subtitle pt-4">
@@ -139,7 +138,7 @@ <h3 class="subtitle pt-4">
139138

140139
<tr>
141140
<th class="is-one-third">Maximum functions per namespace</th>
142-
<td class="is-2">15</td>
141+
<td class="is-2">10</td>
143142
<td class="is-2">500</td>
144143
<td class="is-2">5000</td>
145144
</tr>
@@ -159,8 +158,8 @@ <h3 class="subtitle pt-4">
159158
<tr>
160159
<th class="is-one-third">Auto-scaling</th>
161160
<td class="is-2">One global RPS rule</td>
162-
<td class="is-2">RPS, Capacity & CPU</td>
163-
<td class="is-2">RPS, Capacity & CPU</td>
161+
<td class="is-2">RPS, Capacity, CPU, RAM, or Custom metric</td>
162+
<td class="is-2">RPS, Capacity, CPU, RAM, or Custom metric</td>
164163
</tr>
165164
<tr>
166165
<th class="is-one-third">Scale to zero</th>
@@ -177,39 +176,39 @@ <h3 class="subtitle pt-4">
177176

178177
<tr>
179178
<th class="is-one-third">Concurrency limiting</th>
180-
<td class="is-2">
179+
<td class="is-2">
181180
{% include no.html %}
182181
</td>
183-
<td class="is-2">
182+
<td class="is-2">
184183
{% include yes.html %}
185184
</td>
186-
<td class="is-2">
185+
<td class="is-2">
187186
{% include yes.html %}
188187
</td>
189188
</tr>
190189

191190
<tr>
192191
<th class="is-one-third">Custom readiness probes for functions</th>
193-
<td class="is-2">
192+
<td class="is-2">
194193
{% include no.html %}
195194
</td>
196-
<td class="is-2">
195+
<td class="is-2">
197196
{% include yes.html %}
198197
</td>
199-
<td class="is-2">
198+
<td class="is-2">
200199
{% include yes.html %}
201200
</td>
202201
</tr>
203202

204203
<tr>
205204
<th class="is-one-third">GPU support</th>
206-
<td class="is-2">
205+
<td class="is-2">
207206
{% include no.html %}
208207
</td>
209-
<td class="is-2">
208+
<td class="is-2">
210209
{% include yes.html %}
211210
</td>
212-
<td class="is-2">
211+
<td class="is-2">
213212
{% include yes.html %}
214213
</td>
215214
</tr>
@@ -285,7 +284,7 @@ <h3 class="subtitle pt-4">Monitoring</h3>
285284
<td class="is-2">
286285
{% include no.html %}
287286
</td>
288-
<td class="is-2">
287+
<td class="is-2">
289288
{% include no.html %}
290289
</td>
291290
<td class="is-2">
@@ -325,6 +324,12 @@ <h3 class="subtitle pt-4">
325324
<td class="is-2">{% include yes.html %}</td>
326325
<td class="is-2">{% include yes.html %}</td>
327326
</tr>
327+
<tr>
328+
<th class="is-one-third">RabbitMQ</th>
329+
<td class="is-2">{% include no.html %}</td>
330+
<td class="is-2">{% include yes.html %}</td>
331+
<td class="is-2">{% include yes.html %}</td>
332+
</tr>
328333
<tr>
329334
<th class="is-one-third">Postgresql</th>
330335
<td class="is-2">{% include no.html %}</td>
@@ -397,6 +402,12 @@ <h3 class="subtitle pt-4">
397402
</h3>
398403
</td>
399404
</tr>
405+
<tr>
406+
<th class="is-one-third">Function Authentication</th>
407+
<td class="is-2">User supplied</td>
408+
<td class="is-2">User supplied</td>
409+
<td class="is-2">By RBAC policy, or User supplied.</td>
410+
</tr>
400411
<tr>
401412
<th class="is-one-third">Read-only filesystem & non-root</th>
402413
<td class="is-2">{% include yes.html %}</td>

0 commit comments

Comments
 (0)