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.