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ย 
6min

Basics

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?
Yes
No
UP NEXT
hyper connect
Docs powered byย archbeeย 
TABLE OF CONTENTS
URLs
Rate Limits
Quota
Request Payload Limit