Metadata-Version: 2.1
Name: StorageTopology
Version: 1.7
Summary: A scientific computation library for performance analysis of erasure coding and/or replication in a distributed data storage environment.
Home-page: https://github.com/whatsacomputertho/StorageTopology
Author: Ethan Balcik
Author-email: emb71@psu.edu
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/whatsacomputertho/StorageTopology/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

The StorageTopology library is a library supporting research within the work "Storage Latency Tradeoffs in Geographically Distributed Storage Settings".  This work is an undergraduate honors thesis written by Ethan Balcik of the Pennsylvania State University, who was advised by Viveck R. Cadambe, associate professor of electrical engineering.  The work explores the application of erasure coding in distributed data stores (such as Amazon DynamoDB, Apache Cassandra, and/or Google Spanner).  Particularly, it investigates the effects erasure coding has on latency in comparison to replication, and it explores the cases in which erasure coding counterintuitively outperforms replication.  A link to the work will soon be available to those interested in reading more about the nature of the research.

To install using pip, simply run the command,
```pip install StorageTopology --upgrade```

To contribute to the library, fork the below repository and feel free to send a pull request to the owner of the repository.
https://github.com/whatsacomputertho/StorageTopology

