DiceDB / dice

DiceDB is a redis-compliant, reactive, scalable, highly-available, unified cache optimized for modern hardware.
https://dicedb.io/
Other
6.83k stars 1.08k forks source link

feat: Add a tutorial example for URL Shortner built using DiceDB and Go #1259

Open Prachi-Jamdade opened 1 week ago

Prachi-Jamdade commented 1 week ago

This commit adds an example of how to integrate the DiceDB Go SDK for building a URL shortener application.

The tutorial walks through setting up a basic URL shortening service, providing -

  1. Instructions on creating short URLs
  2. Redirecting to the original URLs
  3. Storing data in DiceDB.

The application utilizes the Set and Get commands from DiceDB to store and retrieve shortened URLs, and the example is designed to help developers quickly understand and implement a URL shortener using DiceDB and Go.

Prachi-Jamdade commented 1 week ago

Hi @JyotinderSingh, I have addressed above mentioned review changes and pushed the code.

Please take a look at it.

JyotinderSingh commented 1 week ago

Thanks for addressing the comments @Prachi-Jamdade. Could you please resolve comments by @everlearner as well?

Prachi-Jamdade commented 1 week ago

Hey @JyotinderSingh, pushed the code addressing changes raised by @everlearner

Prachi-Jamdade commented 6 days ago

Hey @JyotinderSingh, any update ?

JyotinderSingh commented 3 days ago

Hey @JyotinderSingh, any update ?

Will review soon