The links below are for resources that were found to be useful (if not absolutely essential) while developing this application.
-
Nagios
-
Cron
-
Postfix
-
logrotate
-
make
on Windows -
gcc
on Windows -
Docker
- https://hub.docker.com/_/golang
- provides base images that the
atc0005/go-ci
images build upon
- provides base images that the
- https://hub.docker.com/_/golang
-
Libraries/packages
- Configuration
- Logging
- Go database drivers (see also
go.mod
)
-
cgo
-
Go / Static compilation
-
SQLite
- https://www.sqlite.org/datatype3.html
- https://www.sqlite.org/lang_createindex.html
- https://dba.stackexchange.com/questions/45368/how-do-i-prevent-sqlite-database-locks
- https://manski.net/2012/10/sqlite-performance/
- https://www.sqlite.org/wal.html
- https://www.sqlite.org/pragma.html#pragma_journal_mode
- https://www.sqlite.org/pragma.html#pragma_busy_timeout
- mattn/go-sqlite3#827
- mattn/go-sqlite3#209
-
Get row count for table
-
Nagios
- https://github.com/atc0005/go-nagios
- https://github.com/atc0005/go-ci
- provides Docker images used for musl libc static builds via
Makefile
- provides Docker images used for musl libc static builds via