Skip to content

BigData95/Aleph_flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aleph Simulator

Deep Source

Website shields.io

It's a web app created with Flask, it allows you to:

  • Simulate failures with recovery on any node at a given time.
  • Watch the trace of the different internal components
  • Choose the nodes selected by the Oracle.

And if you use it locally it allows you to change:

  • The network topology
  • Internal timers for every operation.
  • Roles of the nodes.
  • Service policies of the queues managed by the Qmanager.

Installation

Aleph simulator requires Python 3.x to run.

Clone the repo and create your virtual environment.

$ python3 -m venv .env 

Install the dependencies.

$ source .env/bin/active
$ pip install -r requirements.txt

For development environments...

$ export FLASK_DEBUG=1

Start the server.

$ export FLASK_APP=main.py
$ flask run

About

Simulation of Aleph. A massive Storage system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •