Category: Database, Redis

In this article, we discuss how a URL shortening service might be implemented with Zookeeper, Redis, and DynamoDB. Introduction Typically, a long URL is a system-generated URL, usually containing multiple query parameters that may be encrypted/encoded to mask those parameters.

Related Articles