Skip to content

Build a Real-Time Crypto Tracker with TimescaleDB on Tiger in Go

Notifications You must be signed in to change notification settings

DblBee/crypto-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build a Real-Time Crypto Tracker with TimescaleDB

Build a Real-Time Crypto Tracker with TimescaleDB

Docker

Database Up

docker compose up -d

Database Down

docker compose down

Environment Variables

# This file contains environmental variables for use with your Tiger Cloud instance
TIMESCALE_SERVICE_URL=
PGPASSWORD=
PGUSER=
PGDATABASE=
PGHOST=
PGPORT=
PGSSLMODE=

COIN_GECKO_API_KEY=

Run

go run main.go

About

Build a Real-Time Crypto Tracker with TimescaleDB on Tiger in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published