timescale / prometheus-postgresql-adapter

Use PostgreSQL as a remote storage database for Prometheus
Apache License 2.0
335 stars 66 forks source link

Binary for Windows, or a mean to compile #49

Open fredbevia opened 5 years ago

fredbevia commented 5 years ago

I would like ton install Prometheus and TimeScaleDB on a windows Server 2012 (or to test on windows 10), but natively, not with docker . But I didn't find binaries for windows, and the makefile is targetted at Docker and Linux. So how do I compile or port it on windows. (precision: i'm newbie in go) ? Thanx F.Bevia

bboule commented 5 years ago

Let me have a look and will circle back to the thread ASAP

krisavi commented 4 years ago

Hey, I have same interest. I have server running on Windows. The Prometheus running on it, Postgres running on it, but I cannot connect the 2. Is there any progress on this issue in 3 months?

krisavi commented 4 years ago

It seems that is actually quite easy.

It shouldn't be hard to put a bat file that does the things in order or at least have rudimentary instructions to do it.