website logo
โŒ˜K
๐Ÿ–๏ธIntroduction to hyper cloud
๐ŸŽGetting Started
๐Ÿ˜What's New
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ย 
14min

Data API

A hyper Data service is a document data store for storing and retrieving structured JSON documents. Query, add, update, and delete documents. You can also create indexes to improve query performance

Document Database Design

Document Database Design is a different mindset from relational database design. In order to design a document database, you need to think about how the application is going to use the data and model your data in terms of data access, not data tables. Learn more.

Features

  • Create, Remove, Update, and Delete Documents
  • Query Documents
  • List Documents
  • Index Documents

Want to see hyper in action?

Learn by doing with our workshops and quickstarts.

REST API Commands

Database Command

  • ๏ปฟRun a Query๏ปฟ
    • ๏ปฟQuery Selectors๏ปฟ
  • ๏ปฟCreate an Index
  • ๏ปฟList Documents๏ปฟ
  • ๏ปฟBulk Documents

Document Commands

  • ๏ปฟCreate a Document๏ปฟ
  • ๏ปฟRetrieve a Document By Id๏ปฟ
  • ๏ปฟUpdate a Document๏ปฟ
  • ๏ปฟDelete a Document๏ปฟ

Need Help?

You can always reach out to our support team for any additional assistance on slack.

๏ปฟ

Updated 24 Mar 2022
Did this page help you?
Yes
No
UP NEXT
Create a Document
Docs powered byย archbeeย 
TABLE OF CONTENTS
Document Database Design
Features
Want to see hyper in action?
REST API Commands
Database Command
Document Commands
Need Help?