A scanner call server, with the Calls webapp.
Find a file
2024-10-22 23:44:40 -04:00
client Get calls 2024-08-10 10:42:44 -04:00
cmd Server header 2024-10-22 10:21:11 -04:00
internal Import trending and timeseries 2024-10-22 23:44:40 -04:00
pkg Server header 2024-10-22 10:21:11 -04:00
sql Whole db size 2024-10-20 13:04:42 -04:00
.gitignore Improve logging. TODO: Switch to slog. 2024-10-17 10:00:23 -04:00
config.sample.yaml Remove driver 2024-10-21 12:12:13 -04:00
go.mod Add ability to propagate certain sink errors up to the source 2024-08-23 15:45:31 -04:00
go.sum CORS 2024-08-14 19:12:20 -04:00
LICENSE License, querier interface 2024-07-28 19:51:23 -04:00
Makefile User agent 2024-10-21 23:12:24 -04:00
README.md Make calls command concurrent, also update README 2024-08-05 14:42:38 -04:00

stillbox

A Golang scanner call server (gordio), with the Calls webapp.

NOTE

If this message is still here, the database schema initial migration and protobuf definitions are still subject to change.

Once gordio is actually usable (but not necessarily feature-complete), I will remove this note, and start using DB migrations and protobuf best practices (i.e. not changing field numbers).