
!2
Problem Scenario
• Web Site users wanting to access data extremely quickly (< 200ms)
• Data being shared between different layers of the stack
• Cache a web page sessions
• Research and test feasibility of using Redis as a solution for storing and
retrieving data quickly
• Load data into Redis to test ETL feasibility and Performance
• Goal - get sub-second response for API calls for retrieving data
评论