Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 7 days ago
JSON representation

High scalable tiny-url app

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