Please enable JavaScript.
Coggle requires JavaScript to display documents.
Functional Requirement, Request, A (B), SHAH, DB with heavy reads, TRIES,…
Functional Requirement
Request
Autocomplete Services
DB
Cache
AS
AS2
A
B
SHAH
R
U
DB with heavy reads
Loadbalancer
TRIES
HL
SHAH
Link Title
TRIE
Non functional Requirement
A brief Design
Talking about designing each component
If agreed upon, we will
Autocomplete Feature
Usea Keyboard
Autocomplete Services
Most popular words/ Hot Keywords
How much suggestions should be available
Suggestions should start at single character
Highly available
Scalable
Low Latency
10
Shah
FETCH 10
KEY:
CLASS TRIE { int count, Char c, ref []<TRIE>}
Dictionary validation