Goshorty

A URL shortener in Go with Redis as the backend
Alternatives To Goshorty
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Golang Url Shortener237
2 years agoApril 21, 202214mitGo
URL Shortener written in Golang using Bolt DB or Redis. Provides features such as Deletion, Expiration, OAuth and is of course Dockerizable.
Myurls194
a month ago6mitGo
Your Own URL Shortener
Urlsh127
2 months ago14May 04, 2021mitGo
Golang URL shortener and bookmarker service with UI, API, Cache, Hits Counter and forwarder using postgres and redis in backend, bulma in frontend
Delta88
2 years agomitJavaScript
A file uploader + URL shortner written in node for your private cloud
Kurz.go75
5 years agoApril 06, 20121mitHTML
a url shortener made using go and redis
Goshorty74
9 years agoMay 30, 20211Go
A URL shortener in Go with Redis as the backend
Katana70
6 years agomitRuby
ready to go heroku hosted URL shortener based on guillotine
Reducio69
7 months ago83unlicenseScala
❱ 🐇 URL shortener service is written in Scala using Akka-Http and Redis ❰
Beebee56
4 months ago2mitElixir
URL shortener for http://s76.co
Gohort34
8 years agoMay 22, 2021bsd-3-clauseGo
A simple URL shortener written in Go programming language.
Alternatives To Goshorty
Select To Compare


Alternative Project Comparisons
Readme

A URL shortener written in Go.

Lyrics by 50 Cent ;]

Go, shorty

It's your birthday

We gon' party like it's your birthday

We gon' sip Bacardi like it's your birthday

Requirements

Go, obviously :)

Some gorilla packages:

$ go get github.com/gorilla/mux

Redigo:

$ go get github.com/garyburd/redigo/redis

User agent parser:

$ go get github.com/mssola/user_agent

Go's implementation of Maxmind GeoIP API:

$ go get github.com/nranchev/go-libGeoIP

Download and extract MaxMind's GeoIP Country Database in binary format:

$ wget -N http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
$ gunzip GeoIP.dat.gz

Build & Run

$ go build
$ ./goshorty
Popular Redis Projects
Popular Url Shortener Projects
Popular Data Storage Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Go
Redis
Url Shortener
Geoip
Gorilla