Apps
A Myne App is essentially a set of pre-defined actions that can be invoked to interact with your personal Semantic Graph.
Manifests
An App Manifest can be viewed as a contract between you and its developer.
A manifest contains:
- Identification information about the app itself, the company behind it etc.
- A list of Actions that can be performed on your Semantic Graph
- A list of Data Sharing Schemes that can be created to share data with your peers
If you agree with those terms, you will be redirected to the app’s landing page with a session token that will allow the app to execute the actions specified in the manifest.
Actions
Actions are essentially templated SGQL queries that can be run on your Semantic Graph.
Data Sharing Schemes
Data Sharing Schemes are essentially actions that can be run by a Peer on your Semantic Graph.
Example use case: you created an app allowing users to create lists, and you want to allow them to share lists with their friends.