website logo
⌘K
πŸ–οΈIntroduction to hyper cloud
🍎Getting Started
😍What's New
Legacy Get Migration Guide
Blueberry Migration Guide
πŸ’ͺWorkshops
Deno Workshops
NodeJS Workshops
⚑Quickstarts
NodeJS Quickstarts
πŸ”ŒAPI Reference (hyper cloud)
🍎Basics
⚑hyper connect
πŸ”‘JWT Auth
πŸ’ΎData API
🏎️Cache API
πŸ”ŽSearch API
πŸ—„οΈStorage API
πŸ€“Queue API
πŸ”“Sign In
⚑Applications
βš™οΈSettings
πŸ”‘App Keys
πŸ‘₯Teams
Switching Between Accounts
Application Services
Application Service Instances
Adding a Queue Service
Adding a Search Service
Subscriptions
πŸ€‘Upgrade
πŸ“•Terminology
Parameters
πŸ’³Billing
Payment and Pricing Terms
πŸ’ΌLegal
Terms of Service
Acceptable Use Policy
Privacy Policy
πŸ•ΆοΈHyper Vision
Docs powered by
Archbee
API Reference (hyper cloud)

Basics

6min

URLs

hyper cloud URLs follow this pattern:

HTML
|
https://cloud.hyper.io/{appname}/{servicetype}/{servicename}
ο»Ώ

Examples:

HTML
|
https://cloud.hyper.io/app-indigo-heat-wave/data/default
https://cloud.hyper.io/app-indigo-heat-wave/cache/default
ο»Ώ

Rate Limits

The hyper cloud API has a rate limit of 10000 requests per second. hyper cloud can handle bursts of API traffic up to 5000 requests per millisecond.

Exceeding the maximum number of requests will return aΒ 429 Too Many RequestsΒ error response.

To help understand these rate limits, here are a few examples.

  • If a caller submits 10,000 requests in a one-second period evenly (for example, 10 requests every millisecond), hyper cloud processes all requests without dropping any.
  • If the caller sends 10,000 requests in the first millisecond, hyper cloud serves 5,000 of those requests and throttles the rest in the one-second period.
  • If the caller submits 5,000 requests in the first millisecond and then evenly spreads another 5,000 requests through the remaining 999 milliseconds (for example, about 5 requests every millisecond), hyper cloud processes all 10,000 requests in the one-second period without returning 429 Too Many Requests error responses.

Quota

hyper cloud quota policy is used to enforce subscription service levels rather than operational traffic management. Quota and service levels are TBD. For operational traffic management enforcement levels, see Rate Limits.

Request Payload Limit

Data Service

When creating or updating a document within the Data service, the request payload size limit for the Data service is 5MB. When submitting bulk documents, the request payload size limit isΒ 10MB.

Cache Service

When creating or updating the cache, the document size limit isΒ 10MB.

ο»Ώ

ο»Ώ

Updated 24 Mar 2022
Did this page help you?
PREVIOUS
API Reference (hyper cloud)
NEXT
hyper connect
Docs powered by
Archbee
TABLE OF CONTENTS
URLs
Rate Limits
Quota
Request Payload Limit
Docs powered by
Archbee