https://github.com/majidgolshadi/url-shortner
High scalable tiny-url app
https://github.com/majidgolshadi/url-shortner
base62 distrebuted-sequence-number golang mariadb mysql range-counter rest-api url url-shortener
Last synced: 12 months ago
JSON representation
High scalable tiny-url app
- Host: GitHub
- URL: https://github.com/majidgolshadi/url-shortner
- Owner: majidgolshadi
- License: mit
- Created: 2018-11-29T20:46:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T17:38:37.000Z (over 1 year ago)
- Last Synced: 2025-04-13T08:19:34.240Z (over 1 year ago)
- Topics: base62, distrebuted-sequence-number, golang, mariadb, mysql, range-counter, rest-api, url, url-shortener
- Language: Go
- Homepage:
- Size: 143 KB
- Stars: 17
- Watchers: 0
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# URL Shortener
It takes long URLs and squeezes them into fewer characters to make a link easier to share.
## Feature list
- [X] Generate an URL short token
- [X] Delete registered URL from DB
- [X] Fetch url details via the token
- [X] RDBMS (MySQL) datastore integration capability
- [X] Multi node deployment support
- [X] Configurable (toml)
- [X] Administration REST APIs
- [ ] Logging & HealthCheck
- [ ] Set custom headers in redirection
- [ ] Fetch page title
- [ ] Collect statistics
- [ ] Register an customer
- [ ] Specific customer counter range