Objectives:Have a smaller, more modular code base
- make Split the code base smaller and easier to maintainpublic API code from the frontend code base
- split the actual front end code from common API code
- reduce code duplication between the API and the frontend,
- provide a better, common and unified API for all swh queries (graph storage , provenance, Reduce code duplication (eg. compressed graphbetween API and frontend)
Externalize conversion utilities towards swh-core