Print

Print


I want to define interfaces for each service (image, meta, db)
in separate files, but I want to run it all under the same
service (e.g. different port for each service feels kind of icky)

So, I ended up with something like in the example attached,
and it works, but if I put:
  - server.py        in webserv.git
  - restAPI_image.py in imgserv.git
  - restAPI_meta.py  in metaserv.git

That feels wrong from dependency perspective.

To complicate things further, it'd be nice to test
each service in isolation. So, in other words, I'd want:
  - server_image.py in imgserv.git
  - server_meta.py  in metaserv.git

Any quick suggestions how to get it right?

Thanks,
Jacek

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the QSERV-L list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=QSERV-L&A=1