Table of Contents |
---|
Terminology
...
Mocks
These mocks (not final) give an idea of the flow users will go through in order to install a package from the Cask Market.
Terminology
package - A collection of entities (artifacts, applications, datasets, streams) to add to CDAP. A package is identified by a name and version, and belongs to a groupcan be tagged with one or more categories. A package consists of an archive of resources (tarball) and a package spec.
...
package archive - A tarball containing any resources needed to perform the actions in the package spec. For example, if the spec contains an action to add an artifact, the archive must contain the jar file to add.
category - A package can be tagged with one or more categories. A category corresponds to one of the tabs on the left bar of the mocks.
APIs
All APIs are relative to a base path. For example, cask.co/marketplace/v1. In the initial version, there will only be GET APIs.
...