Skip to content

joseinaqa/scala-distributed-prime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed prime numbers computation using scala, with wheel sieve algorithm, uses grpc as client server protocol

To build server

 docker build . -t x-server --file Dockerfile.server 

To build client

 docker build . -t x-client --file Dockerfile.client 

Use whatever name instead of x-client and server

To run server

 docker run -v ~/bigdata-files:/code/files -P x-server

Note that ~/bigdata-files is the directory for server backup and output files

Similarly to run client

 docker run x-client 

About

A Scala project to compute prime numbers in a distributed manner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages