Skip to content

dmitrypol/covid19

Repository files navigation

using Redis with Python to analyze COVID19 data

  • Redlock for distributed lock management
  • Redis as a job queue to scale data processing
  • Redis with Python Pandas for Data Science. Data is stored in Redis Hashes which translate into Panda DataFrames

Setup dev environment