https://github.com/snithish/all_paths_graphx
Graphx Pregel Program to Compute All Paths in a DAG
https://github.com/snithish/all_paths_graphx
Last synced: about 1 year ago
JSON representation
Graphx Pregel Program to Compute All Paths in a DAG
- Host: GitHub
- URL: https://github.com/snithish/all_paths_graphx
- Owner: snithish
- Created: 2023-09-11T14:59:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T15:02:06.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T06:42:35.328Z (over 1 year ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# B: Spark
Task is accomplished using [Scala 2.12.12](https://www.scala-lang.org/api/2.12.12/)
with [sbt](https://www.scala-sbt.org/) used as build tool.
# Usage:
## Prerequisites:
1. Java 8
2. Scala 2.12.12
## Local:
```shell
./sbtx "run"
```
## Docker
```shell
docker run -it --rm -v $(pwd):/app --workdir "/app" --name task_b hseeberger/scala-sbt:11.0.9.1_1.4.6_2.12.12 sbt "run"
```