You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

A user story is an informal, general explanation of a software feature written from the perspective of the end user. From a scrum/development point of view mainly. This concept is easy to understand for users and we could use it to provide example for cloud transformation of their workloads.

Define user stories based on use cases from the EWC users. In this way they can speed up development, cloud transition and they can also follow good practices when dealing with cloud applications.

User storyStepsNotes

As data processing engineer,

I want to access data from EUM/ECMWF side.

  1. Provision a new instance - web
  2. Install libraries (MARS, eumdac)
  3. Download data
We could have EWC Gitlab examples in the future

As data processing engineer,

I want to use S3 to handle data.

  1. How to create S3 buckets in Morpheus
  2. How to access S3 buckets and perform actions
We could have EWC Gitlab examples in the future

As data processing engineer,

I want to use NFS to share data between machines

Shared File System (SFS) usage in tenants

As data processing engineer,

I want to use GPU.

GPU support at ECMWF

GPU support at EUMETSAT

We could have EWC Gitlab examples in the future

As a scientist,

I want to run my code on something bigger/closer to the data



As an AI,

I want to take over the world and need free resources



As a semi operational entity,

I want to place some existing web services on the cloud



As a scientist,

I want to create a bucket to share my data with correct policies

Object storage: access policies


As a scientist,

I want to create container for my code in order to share my code, notebooks, examples and allow other to reproduce them


We need EWC Gitlab examples in the future, EWC container registry,


As a scientist,

I want to deploy my app on kubernetes using the container I created


We need EWC Gitlab examples in the future, EWC container registry,

Kubernetes

As a scientist,

I want to use CI to create my container when I change something in my code.


We need EWC Gitlab examples in the future, EWC container registry,



  • No labels