Page MenuHomeSoftware Heritage

integrate swh-graph into the docker environment
Closed, MigratedEdits Locked

Description

Ideally, docker-compose should also start the swh-graph service. It is not clear how to do that without an already compressed graph though.

Maybe we should start it by default on the compressed test data that are available in swh-graph (which will allow to play with the API, at least), and offer a way to reload a compressed graph that will come later?

Event Timeline

zack triaged this task as Wishlist priority.Jul 28 2019, 6:56 PM
zack created this task.

I decided to make the swh-graph container create the compressed graph itself before starting. That's the easiest way to use it AND to implement it IMO.

Plus that documents it a bit in an automatic manner, so *thumbs up*.