Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
/ gaze-web Public archive

Web app for storing and displaying `gaze` output reports

License

Notifications You must be signed in to change notification settings

astromechza/gaze-web

Repository files navigation

gaze-web - a web application for serving gaze records

This web app can capture the JSON payloads produced by gaze (see here) and display them while allowing nice paginated and searchable lists of the results.

Landing Reports Report Display
Report Filter Reports Graph

Installation

The archive for your platform, found on the releases page, contains a file structure like:

gaze-web/gaze-web (binary)
gaze-web/static/..
gaze-web/templates/..

You can deploy this directory anywhere on your host and link to the binary to run it.

Database

All reports received by the server are stored in a BoltDB file on disk in the project directory.