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.
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.
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.