description |
---|
The endpoints for Interacting with the Unity system |
Tools are User Interfaces or Utilities (think, command line utilities) for interacting with Unity services.
Tool | URL | Usage | Tutorial |
---|---|---|---|
Application Catalog (Dockstore) | http://uads-test-dockstore-deploy-lb-1762603872.us-west-2.elb.amazonaws.com:9998/ | Storage and Search of Applications for usage in the processing system. | TBD |
Development Environment (JupyterHub) | https://jupyter-test-alb-1633047587.us-west-2.elb.amazonaws.com:8000/hub/spawn | Develop Applications for the application catalog. low-level process/execution management. | |
Services are APIs that can be called to create, read, update, or delete (CRUD) resources within the Unity Science Data System. The often allow the ability to list resources by some identifier, and use that identifier to update, delete, or read more information on it.
Service | Endpoint | Usage | Tutorial |
---|---|---|---|
Processing Endpoint (WPS-T API) | http://k8s-airflow-ogcproce-b6d7fd9310-1148639384.us-west-2.elb.amazonaws.com:5001 | Request Application deployment to the processing system, execute, monitor and retrieve job results. | TBD |
Data Endpoint (DAPA API) | https://jupyter-test-alb-1633047587.us-west-2.elb.amazonaws.com:8000/hub/spawn | Data Access and Processing API for finding data of interest and requesting transformations | TBD |
Application Catalog Endpoint (Dockstore API) | http://uads-test-dockstore-deploy-lb-1762603872.us-west-2.elb.amazonaws.com:9998/api/ | Registration, Storage, and Search of Applications for usage in the processing system. Documentation provided here. | TBD |
User Interface (Airflow UI) | http://k8s-airflow-airflowi-5b65901547-547333175.us-west-2.elb.amazonaws.com:5000 | The Airflow User Interface allows users to manage job requests interactively via a web browser. | TBD |