Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 773 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 773 Bytes

Tracker

A prototype web-service created to explore capturing campaign referrals.

Replication setup

Install litestream

Run a local minio server in docker

docker run -d --name minio-server -v "$(pwd)"/data:/data/ -p 9000:9000 -p 9001:9001 minio/minio server /data --console-address ":9001"

Go to http://localhost:9001/login

  • user = minioadmin
  • pass = minioadmin

Then, create a bucket: tracker

Running with replication

source scripts/envrc
make && make exec

See Makefile for litestream replication command details

References: