julianolf / pequi

URL shortener with multi database support

Home Page:https://github.com/noverde/pequi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pequi

URL shortener with multi database support.

Build Test Go Report Card Docker pulls License: MIT

Supported Databases

  • In Memory
  • Redis (open a Pull Request)
  • Firestore
  • DynamoDB (open a Pull Request)
  • MySQL (open a Pull Request)
  • Postgres (open a Pull Request)
  • SQLite (open a Pull Request)

setup

go mod tidy

run

var envs:

  • HTTP_PORT default: 8080
  • FIRESTORE_PROJECT
  • FIRESTORE_COLLECTION
go run main.go

About

URL shortener with multi database support

https://github.com/noverde/pequi

License:MIT License


Languages

Language:Go 95.1%Language:Dockerfile 4.9%