Skip to content
/ pequi Public
forked from noverde/pequi

URL shortener with multi database support

License

Notifications You must be signed in to change notification settings

DotzInc/pequi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Go 95.1%
  • Dockerfile 4.9%