sql-agent
sql-agent copied to clipboard
HTTP interface for executing ad-hoc SQL queries.
Hello everyone, I wanted to use the go program in combination with prometheus-sql to monitor a postgres database. However, I get an error when trying to connect to the database....
Hi, https://github.com/chop-dbhi/prometheus-sql/ (which is maintained), depends on this project. But sql-agent is hard to build (tons of dependencies; with oracle files etc), have never seen any releases and looks abandoned...
https://github.com/trinodb/trino-go-client
[xo/usql](https://github.com/xo/usql) does a lot of the heavy lifting and supports many more drivers out of the box. This project would then simply act as an HTTP interface on top of...
Use [Onelog](https://github.com/francoispqt/onelog) with JSON output.
Hi. I use sql-agent on docker with prometheus-sql. Periodicaly sql-agent stuck, only restart is helps. No errors in log ``` 15.01.2018 18:12:592018/01/15 14:12:59 main.go:107: * Listening on 0.0.0.0:5000... 16.01.2018 11:04:082018/01/16...
I'm thinking about adding support for Cassandra via https://github.com/gocql/gocql. How would one go about implementing this? Any good pointers? I've briefly looked at #7, but I'm not a go expert.