

url-shortner
Like
An Open source tiny URL application under MIT license. It's designed with highly scalable purpose. it stays on; Etcd as an application coordinator and Cassandra as it's distributed database. https://github.com/majidgolshadi/url-shortner
Cost / License
- Free
- Open Source (MIT)
Platforms
- Linux

url-shortner
Like
url-shortner News & Activities
Highlights All activities
Recent activities
No activities found.
url-shortner information
No comments or reviews, maybe you want to be first?
What is url-shortner?
The Open source tiny URL application under #MIT license. It's designed with highly scalable purpose. to achieve that it stays on; #Etcd as an application coordinator and #Cassandra as it's distributed database. This application generates short URL based on Base62 of the distributed counter. At the bottom, you can see the list of its features:
- Get range counter from Etcd
- Commit used to counter and recover that from Etcd
- Check link md5 to avoid data duplication
- Rest API with JWT support
- Register new URL
- Define custom token for specific URL
- fetch page title
- Toml base configurable service
- Generate user-friendly log with configurable log level
- Use Cassandra or MariaDB as a backend database