Analytics
Tracking analytics experiments.
Umami
- Umami
- This site's tracker
- https://dev.to/jakobbouchard/setting-up-umami-with-vercel-and-supabase-3a73
- See Umami and Supabase in Bear for more.
Umami Development
On localhost
UMAMI - Purple
- /Users/daniel/Desktop/Analytics/umami
- Runs on local host 3001
Create?: psql -h localhost -U devereld -d umami -f sql/schema.postgresql.sql String: const conString = "postgres://admin:unami@localhost:5432/unami";
References
- https://www.sqlservercentral.com/articles/getting-started-with-postgresql-on-macos
- https://www.postgresql.org/docs/14/ddl-generated-columns.html
Two configured sites:
VJS - Violet
local m1 psql localhost:3002
Has a local implementation of the Umami API and a Express server.
React - Green
local-react localhost:3003