Back to course home
0% completed
Vote For New Content
Zoop Keeper VS Key Generation Services.
subash.balakrishnan
Oct 27, 2023
Some suggest using a zookeeper as a replacement for key-DB. Zookeeper acts as the coordinator for allocating the key ranges between different nodes. In our designgurus solution, KGS has been suggested which one is the best option to use. please explain.
0
0
Comments
Comments
On this page
- Why do we need URL shortening?
Try it yourself
Designing URL Shortener (video)
- Requirements and Goals of the System
- Capacity Estimation and Constraints
- System Interface Definition
- Create Short URL API
- Redirect API
- Analytics API
- URL Management API
- Delete Short URL API
- Database Design
- Basic System Design and Algorithm
a. Encoding actual URL
b. Generating keys offline
- Data Partitioning and Replication
- Cache
- Load Balancer (LB)
- Purging or DB cleanup
- Telemetry
- Security and Permissions