Skip to content

Implementation of TinyURL with Zookeeper, Redis and Postgres

Notifications You must be signed in to change notification settings

QuentinDuval/TinyURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny URL

An example of implementation of the Tiny URL service.

Requirements

The service requires the following services to run beside it:

  • Postgres: to store the associations tiny URL to full URL
  • Redis: to cache the results of database fetches
  • Zookeeper: to handle the distributed allocation of identifiers used to created tiny URL

About

Implementation of TinyURL with Zookeeper, Redis and Postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published