Skip to content

ARYoz/TinyURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyURL Service

Description

  • This project implements a TinyURL service that shortens long URLs and redirects users to the original URL. It uses Spring Boot for the backend and integrates Redis, MongoDB, and Cassandra for data storage. Swagger is used for API documentation, and Docker is used to manage the services.

Technologies Used

  • Java
  • Spring Boot
  • Swagger
  • Redis
  • MongoDB
  • Cassandra
  • Docker

Configuration

  • Redis: Used for storing shortened URL data.
  • MongoDB: Stores user information and URL click statistics.
  • Cassandra: Stores detailed click records.

About

Scalable url-shortening platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages