Skip to content

Commit

Permalink
docs: Add egress pricing and Credit expiration (after 1 year of non-u…
Browse files Browse the repository at this point in the history
…se) to Cloud Fees (meltano#7706)

* Add egress to Cloud Fees

* Update last updated date

* Update egress and expiration legalese
  • Loading branch information
DouweM committed May 25, 2023
1 parent 22a84b8 commit 538ba82
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions docs/src/_cloud/fees.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,24 @@ hidden: true

## Meltano Cloud Fees

_Last updated: April 10, 2023_
_Last updated: May 25, 2023_

Unless specified otherwise in the applicable Order Form, the following terms and fees shall apply to the Cloud Service:

1. <u>Definitions</u>:
- Additional Runtime: Runtime exceeding the Included Runtime.
- Base Spend: In a Credit Purchase, the base price charged for the credits covered by the Credit Threshold.
- Credit Purchase: A nonrefundable upfront purchase of Credits in bulk.
- Credit Threshold: The minimum Credit Purchase size to receive the rates on the Service Consumption Table below.
- Credit: A unit consumed by Pipeline Runs across the Organization. The number of Credits consumed by a given Pipeline Run is based on its Pipeline’s Frequency and its Additional Runtime. Credits can be purchased in bulk in a Credit Purchase, or be acquired as set forth in the Service Level Agreement. Credits are shared by all Projects in an Organization, and may not be redeemed for cash.
- Credit: A unit consumed by Pipeline Runs across the Organization. The number of Credits consumed by a given Pipeline Run is based on its Pipeline’s Frequency, its Extra Runtime, and its Extra Egress. Credits can be purchased in bulk in a Credit Purchase, or be acquired as set forth in the Service Level Agreement. Credits are shared by all Projects in an Organization, and may not be redeemed for cash.
- Deployment: A deployment on Meltano Cloud of a specific Environment and Project Git repository branch combination.
- Egress: The total amount of data transfer that exited the Meltano Cloud platform to external systems as a result of a Pipeline Run.
- Environment: An environment defined in the Project. An Environment may have multiple Schedules and Deployments.
- Extra Egress: Egress exceeding Included Egress.
- Extra Runtime: Runtime exceeding Included Runtime.
- Frequency: The number of times a Pipeline Run of a Schedule’s Pipeline is to be executed in a specific Deployment during a given period based on the Schedule’s cron schedule expression, with a maximum of one Run every 15 minutes.
- Frequent Run: A Pipeline Run of a Pipeline associated with a Schedule with a Frequency of 24 or more times per day.
- Included Runtime: Runtime of a Pipeline Run that is not charged beyond the cost of the Pipeline Run itself: 10 minutes for Infrequent Runs, 5 minutes for Frequent Runs.
- Included Egress: Egress of a Pipeline Run that does not consume additional Credits: 15 MB per Credit consumed by the Pipeline Run based on its base price and Extra Runtime, as set forth in the Service Consumption Table below.
- Included Runtime: Runtime of a Pipeline Run that does not consume additional Credits: 10 minutes for Infrequent Runs, 5 minutes for Frequent Runs.
- Incremental Spend: In a Credit Purchase, the price charged for each Credit in the next set of Credits (or portion of the next set of Credits) after surpassing the Credit Threshold.
- Infrequent Run: A Pipeline Run of a Pipeline associated with a Schedule with a Frequency of less than 24 times per day, or a Pipeline Run triggered externally using the Meltano Cloud command line interface (CLI) or application programming interface (API).
- Meltano Cloud: The Cloud Service for hosting Projects created using Meltano Core.
Expand All @@ -37,16 +40,17 @@ Unless specified otherwise in the applicable Order Form, the following terms and
- Runtime: The cumulative execution time of all tasks in a Pipeline Run, from the start of the task to the end of the task, excluding platform startup and shutdown time.
- Schedule: A schedule defined in the Project and enabled in a specific Deployment.

2. Credits are priced based on a diminishing slope: in other words, the more Pipelines Customer runs, the cheaper the incremental cost per unique Pipeline Run. Rates will be determined by the Service Consumption Table set forth below, subject to the terms of your specific Order Form. Meltano will provide Customer with monthly usage for the current and previous months via the Meltano Cloud CLI and dashboard.
2. Credits are priced based on a diminishing slope. In other words, the more Pipelines Customer runs, the cheaper the incremental cost per unique Pipeline Run. Rates will be determined by the Service Consumption Table set forth below, subject to the terms of your specific Order Form. Meltano will provide Customer with monthly usage for the current and previous months via the Meltano Cloud CLI and dashboard.

3. When the Credits in Customer’s Organization are depleted, the Organization will no longer run Pipelines. When Credits are close to being depleted, Meltano Cloud will alert Customer. If Customer has a Credit Purchase that is coming to an end, Customer must contact Customer's account representative to arrange for a new purchase on an updated Order Form, or complete a Credit Purchase through Meltano Cloud.
3. Purchased Credits do not expire so long the Meltano Cloud platform continues to be used; _provided, however_, Credits expire if no Pipeline Runs are attempted for one year. When the Credits in Customer’s Organization are fully consumed, the Organization will cease running Pipelines. When Credits are close to being, fully consumed Meltano Cloud will alert Customer. If Customer has a Credit Purchase that is close to being fully consumed, Customer must contact Customer's account representative to arrange for a new purchase on an updated Order Form or complete a Credit Purchase through Meltano Cloud.

4. <u>Service Consumption Table</u>:

| Unit | Consumption |
|--------------------|------------------------|
| Infrequent Run | 1 Credit |
| Frequent Run | 0.5 Credits |
| Additional Runtime | 0.1 Credits per minute |
| Unit | Consumption |
|--------------------|-----------------------|
| Infrequent Run | 1 Credit |
| Frequent Run | 0.5 Credit |
| Extra Runtime | 0.1 Credit per minute |
| Extra Egress | 0.01 Credit per 10 MB |

Pricing of Credits is specified on Customer's Order Form. The table will be added to this page once Meltano Cloud is out of Beta.
Pricing of Credits is specified in Customer's Order Form. The final table will be added to this page once Meltano Cloud is out of Beta.

0 comments on commit 538ba82

Please sign in to comment.