Fork me on GitHub
#off-topic
<
2019-12-16
>
vemv19:12:20

Given a list of books (which I have on Amazon rn), can I find second-hand sellers who are selling the most books out of my list? Discogs (for music) works like that. e.g. build a list of 1000 records, and probably some seller will list 100 of them... sometimes for cheap ^^

vemv19:12:16

might be doable with their marketplace API, but maybe there's something existing already

hiredman20:12:09

Serf is also entirely different from zk and etcd

hiredman20:12:12

My brief experience with serf is the way it is done is you have some init that runs your processes and restarts them if needed

hiredman20:12:36

Systemd,monit,bluepill,unicorn, whatever

hiredman20:12:57

Which is not connected to serf in anyway, it is entirely local

hiredman20:12:26

And serf just lets other process know if your service is actually running

ec20:12:11

so you start serf separetly and make them watch your service?

ec20:12:38

but how, tell serf ping this address?

ec20:12:04

watch this file for change?

hiredman20:12:43

If I recall correctly that is not something serf does

hiredman20:12:14

You may be thinking of consul, which is hashicorps tool that does that sort of thing