I'd like to use it to test the vault.
Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Maniphest Tasks
- T1936: integrate swh-graph into the docker environment
- Commits
- rDENVf4e9375c7a72: Add swh-graph to the docker environment
Diff Detail
Diff Detail
- Repository
- rDENV Development environment
- Branch
- docker-graph
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 22800 Build 35553: arc lint + arc unit
Event Timeline
Comment Actions
Nice, thanks.
I don't get how the graph gets filled in though. Do you restart regularly the graph
service (through some docker-compose command) so the commands gets executed to fill it?
(I see there is a journal client so that must be where the data comes from)
docker/services/swh-graph/entrypoint.sh | ||
---|---|---|
28 | maybe that could be parametric in the docker-compose.graph.yml so we can modify it in the override or something (if that becomes too verbose)? |
Comment Actions
Do you restart regularly the graph service (through some docker-compose command) so the commands gets executed to fill it?
For now, yes
docker/services/swh-graph/entrypoint.sh | ||
---|---|---|
28 | that's copy pasted from objstorage and others, so kind of out of scope for this diff |