unsubbed.co

ANALOG

ANALOG is a self-hosted analytics & business intelligence tool that provides minimal analytics tool. Tracks events in a span of 10-30 days.

Overview

A minimal analytics tool to self-host. The project has 36 GitHub stars and is licensed under MIT.

Getting Started

Source: GitHub README

docker build \
  --build-arg VITE_ANALOG_API_GET_REQUEST_QUEUE=false \
  --build-arg VITE_ANALOG_API_GET_REQUEST_CLEAN_UP=false \
  -t analog-analytics .

docker run -d \
  -p 80:80 \ # For local development
  -e ANALOG_STATIC_SERVER=true \
  -e ANALOG_PORT_SERVER= \ # 80 for HTTP or 443 for HTTPS
  -e ANALOG_DATABASE_PROVIDER= \
  -e ANALOG_REDIS_URL= \
  --name analog-analytics \
  analog-analytics

Normalized Features

Source: tool-features-normalized.json

docker, mongodb, npm, postgresql, redis, rest api, sqlite.

Features

Integrations & APIs

  • REST API