Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. Our Pastebin service should meet the following requirements:
  2.  
  3. Functional Requirements:
  4.  
  5. Users should be able to upload or “paste” their data and get a unique URL to access it.
  6. Users will only be able to upload text.
  7. Data and links will expire after a specific timespan automatically; users should also be able to specify expiration time.
  8. Users should optionally be able to pick a custom alias for their paste.
  9. Non-Functional Requirements:
  10.  
  11. The system should be highly reliable, any data uploaded should not be lost.
  12. The system should be highly available. This is required because if our service is down, users will not be able to access their Pastes.
  13. Users should be able to access their Pastes in real-time with minimum latency.
  14. Paste links should not be guessable (not predictable).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement