Skip to content

An implementation of a search algorithm using parallelism on K8s

Notifications You must be signed in to change notification settings

ignasiet/parallelism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[WIP] Parallel algorithms example with K8s

This code is an example of using Kubernetes to deploy an A* algorithm that can use parallelism. It will simulate a central message broker, that will coordinate all the different pods.

Please note, this example is still in progress.

Running

To run the tests, please:

python -m unittest

You can also run the algorithm outside Kubernetes:

python -m main

Note that in this case you should set your env vars to point to the problem that will be used as example.

About

An implementation of a search algorithm using parallelism on K8s

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages