openaustralia / yinyo

A wonderfully simple API driven service to reliably execute many long running scrapers in a super scaleable way
https://yinyo.io
Apache License 2.0
6 stars 1 forks source link

Separate repos for client, server and runner #174

Open mlandauer opened 4 years ago

mlandauer commented 4 years ago

These pieces have stabilised somewhat and so their interdependencies are not as huge. There are some advantages to separating the repos - we wouldn't be rebuilding everything on every change. Currently if we make a change to the server code, the client binaries get rebuilt and the images for both the server and the runner get rebuilt even though the runner and client haven't changed at all.