Skip to content

hornedfrog93/DistributedErlang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DistributedErlang

This project is a collection of simple functions that are used to demonstrate Erlangs native distribution capabilites.

The tutorial will take you through all the basics needed to setup a fully functioning Erlang cluster of nodes.

After completing this exercise, you'll have the capability of setting up custom distribution algorithms for a simple factorial service in your Erlang cluster.

Setup Guide

Dowload Project Stucture

  • git clone https://github.com/austinerlang/DistributedErlang

Setup Virtual Dev Environment

VAGRANT

Make sure you have vagrant installed

  • vagrant up & select your bridge interface.
  • vagrant ssh

Tutorial

For now, this repo only supports the workshop we host in person. If you are in the workshop please follow along with the instructor.

For those at home, we will have a branch coming soon just for setting up clusters with docker and going through the workshop on your own.

About

Tutorial for distributed Erlang workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 100.0%