-
Notifications
You must be signed in to change notification settings - Fork 321
Expand file tree
/
Copy pathpayg.yaml
More file actions
38 lines (31 loc) · 788 Bytes
/
payg.yaml
File metadata and controls
38 lines (31 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: 'Pay as you go'
order: 10
type: tier
monthlyFee: 0
discountPercent: 0
priceQualifier: '/ month'
limits:
maxDatabases: 10
streamTTL: 'Up to 7 days'
maxShapes: 10000
maxUsersPerWorkspace: 50
featureGates:
postgresSubqueries: false
commitment: 'None'
support: 'Community (Discord)'
who: 'Developers getting started or projects with low usage'
pricingTitle: 'Usage-based pricing'
pricing:
- '$1 per 1M writes (Durable Streams)'
- '$3 per 1M writes (Postgres Sync)'
- '$0.10 per GB-month storage'
featuresTitle: 'Includes'
features:
- 'Up to 10 databases'
- '**Unlimited** Durable Streams'
- 'Up to 10K shapes'
- 'Community support (Discord)'
ctaText: 'Sign up now'
ctaTextSmall: 'Sign up'
ctaHref: 'https://dashboard.electric-sql.cloud'
ctaTheme: 'brand'