Partial backend server for https://github.com/cta-epfl/ctadata.
For use as a JupyterHub service, run:
poetry install
For standalone service without JupyterHub :
poetry install --without jupyterhub
Note, however, that in this mode the service will not check authorization and will by default fail to respond to any request for restricted data. However, if CTACS_DISABLE_ALL_AUTH
application config is set, the service will authorize all requests: this way this mode can also be used for for testing.
For testing, add the following argument --with test
.