Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

README.md 926B

Project Description

TODO

Installation

Prerequisites:

For the graph implementation specifically you need to install graphframes manually since the official release is incompatible with spark 3.x (pull request pending). A prebuilt copy is supplied in the spark-packages directory.

Setting up

  • Modify settings.json to reflect your setup. If you are running everything locally you can use start_services.sh to turn everything on in one swoop.
  • Load the development database by running python3 setup.py from the project root.
  • Start the spark workload by either running submit.sh (slow) or submit_graph.sh (faster)