-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing Data-Model, Data-Volume-Estimation, Distributions, and Security articles.
- Loading branch information
1 parent
8a8b2ad
commit 508d248
Showing
4 changed files
with
46 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
title: Data Volume Estimation | ||
excerpt: | ||
categorySlug: integration-blueprint | ||
slug: data-volume-estimation | ||
type: basic | ||
hidden: false | ||
order: 11 | ||
--- | ||
|
||
# Data volume estimation | ||
|
||
> π **Goals** | ||
> * Understand what API endpoints will be used to map your scenarios. | ||
> * Estimate how many customers will be included in promotions and how often their data should be synced with Voucherify. | ||
> * Think of what it takes to migrate promotions from your current system. | ||
|
||
## Outcome: | ||
|
||
API usage forecast, including monthly and hourly API calls number and a Voucheify deployment plan. | ||
|
||
Voucherify works in a [pay-as-you-grow pricing model](https://www.voucherify.io/pricing) β the higher API usage, the higher the bill. If you want to estimate the TOC in the long run, you might want to **calculate API usage with assumptions about your growth.** | ||
|
||
**Initial data migration might be an API-heavy operation.** To reduce the impact on pricing, Voucherify provides **bulk API endpoints.** | ||
|
||
Depending on your data volume and/or security policies, your account might require additional activities from the Voucherify team. One of them is setting up **a dedicated cluster near your customers.** This might impact the pricing significantly, so please remember to provide this information to your Technical Integration Manager. | ||
|
||
> π | ||
> | ||
> Besides API usage, you should define your minimum availability requirements. These will be included in a custom SLA. | ||
[Check system status for historical performance >](https://status.voucherify.io/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters