Analyze events of a Gancio instance with DuckDB
adapter | ||
core | ||
images | ||
web | ||
.gitignore | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md |
Gancio events as data
Analyze events of a Gancio instance with DuckDB.
Features
- Time based maps of events
- Pie chart of most used tags and places
- more will come...
Requisite
For geolocalize the event Google Maps API is used, a MAPS_API_KEY is required.
Build tools
go build
Configure envs
MAPS_API_KEY=<your-api-key>
GANCIO=jamme.la
CITY=Napoli
COUNTRY=Italy
DB_NAME=gancio.db
Result
A the end of execution web folder with static content is generated.
Serve the folder with your favorite webserver
examples: busybox httpd -f -vv -p 1312 -h web