Skip to content
Snippets Groups Projects
  1. Apr 26, 2021
  2. Nov 25, 2019
  3. Nov 15, 2019
  4. Sep 09, 2019
  5. Aug 12, 2019
  6. Jun 19, 2019
  7. May 21, 2019
  8. May 15, 2019
  9. Apr 15, 2019
  10. Apr 10, 2019
    • Antoine Lambert's avatar
    • David Douard's avatar
      Add support for a kafka-powered replica of the graph. · 9359da6d
      David Douard authored
      This is in a dedicated compose file so that one must choose to run it (i.e.
      it is not a service started by default when using a 'docker-compose up').
      
      It:
      
      - overrides the swh-storage service to activate the kafka direct writer
        on swh.journal.objects prefixed topics using thw swh.storage.master ID,
      - overrides the swh-web service to make it use the replica instead of the
        master storage,
      - starts a db for the replica,
      - starts a storage service based on this db,
      - starts a replayer service that runs the process that listen to kafka to
        keeps the replica in sync.
      9359da6d
  11. Apr 03, 2019
  12. Mar 11, 2019
  13. Mar 08, 2019
  14. Feb 06, 2019
    • David Douard's avatar
      Improve a bit the README file · 7a0178e5
      David Douard authored
      - add a warning about possible disk gavage,
      - remove reference to flower,
      - add a note on possible caveats when using local src repos in the docker.
      7a0178e5
  15. Jan 17, 2019
  16. Jan 10, 2019
  17. Dec 21, 2018
  18. Dec 20, 2018
  19. Dec 19, 2018
  20. Dec 13, 2018
    • Antoine R. Dumont's avatar
      2d6c5c3d
    • David Douard's avatar
      refactor a bit · e6cd16ec
      David Douard authored
      - move every docker build material in a per-container dedicated directory
      - use entrypoint.sh files as entrypoints
      - simplify a lot the Dockerfile: we only pip install what's necessary, the
        possibility of using swh packages from sources is done by detecting and
        installing every repo found in /src/swh-*. It's the responsibility of the
        user to mount local source directories via docker volumes.
      - rewrite the docker-compose file accordingly, using env vars when needed.
      e6cd16ec
  21. Dec 12, 2018
  22. Dec 11, 2018
  23. Dec 10, 2018
  24. Dec 07, 2018
  25. Sep 14, 2018
  26. Sep 13, 2017
  27. Oct 15, 2015
  28. Sep 21, 2015
  29. Sep 16, 2015
  30. Sep 02, 2015
  31. Sep 01, 2015
Loading