website logo
⌘K
Introduction
Getting started
πŸ“Reference
Data API
Cache API
Search API
Storage API
Queue API
Crawler API
πŸ”‘Authentication
βœ”οΈConfiguration
⚑Contributing to hyper
πŸ”ŒBuilding your own adapter
Code of Conduct
hyper RFCs
Style Guide
Bugs
Before Submitting A Bug Report
Building your own plugin
API Clients
Build your own client πŸ› οΈ
hyper connect
NodeJS Client πŸš€
Deno Client πŸ¦•
Middleware
Hooks
🚒Deploy
Deploy hyper on Render
Deploy hyper on AWS
Deploy hyper on Digital Ocean
Deploy hyper on Google Cloud
Deploy hyper on Azure
πŸ“œChangelog
FAQ
πŸ“•Terminology
Parameters
What is REST?
What is JSON?
πŸ“˜Glossary
Docs powered byΒ archbeeΒ 
2min

Reference

API Reference to hyper services, each service contains a REST API that gives you access services wrapped in adapters.

ο»ΏData API

The Data Service allows you to manage structured data in the form of JSON documents, you can create, update, read, and delete JSON documents, as well as query documents.

ο»ΏCache API

The Cache Service allows you to manage key/value content, where the key is a unique string and the value is a JSON document. This service keeps caching simple giving you a pattern matcher query to return a filtered set of values.

ο»ΏSearch API

The Search Service gives your application the ability to perform full-text searches against a search index. This service wraps around popular search engines like elastic-search.

ο»ΏStorage APο»Ώ

The Storage Service gives your application the ability to store unstructured data like images, videos, and files into a service like S3.

ο»ΏQueue API

The Queue Server gives your application the ability to distribute functionality across processes by dispatching a task to a worker endpoint. This service works great for serverless applications that need to perform background tasks.

ο»ΏCrawler API

The Crawler Service is a service that will run a js script against every web page that is linked to a given website. This results in a process that iterated a tree-like structure of a given website based on links.

Updated 15 Mar 2022
Did this page help you?
Yes
No
UP NEXT
Data API
Docs powered byΒ archbeeΒ