Confirmed users
134
edits
(dump my notes on the wiki) |
Stomlinson (talk | contribs) |
||
| Line 16: | Line 16: | ||
= Questions = | = Questions = | ||
* | * What is the maximum amount of data that can be stored per user? | ||
* What is the | * Are we storing arbitrary keys or are only well defined keys going to be allowed? | ||
* How often is this data accessed? What is the write pattern? What is the read pattern? (only accessed at registration? not written often?) | |||
* How are we handing back the data? | * How are we handing back the data? | ||
* What kind of database will we use? | |||
* What does the API look like? | |||
* If we launch as an alpha service, how do we handle migration from alpha to beta to release? | |||
* Can other services be attached to this DB? | |||
* What is our timeline? What is the data that we are going to use to decide when this is going to come out of labs and into production? | |||
* What is the data SLA? Where does data need to be backed up? | |||
* What happens when the profile server is down? Does BrowserID sign-in depend on it? (hopefully not) | * What happens when the profile server is down? Does BrowserID sign-in depend on it? (hopefully not) | ||
* Can we push image resizing / optimizing to the client? | * Can we push image resizing / optimizing to the client? | ||