Git Product home page Git Product logo

raid-calculator's Introduction

RAID Calculator

๐Ÿ’ฝ Compare capacity, speed and fault tolerance of different RAID configurations


About

Simple tool for comparing RAID configurations based on the number of disks you have, and their capacity.
Calculates the approximate usable capacity, speed gain and fault tolerance of common RAID configurations.

A live demo is hosted at raid-calculator.as93.net


Developing

Prerequisites

You'll need Node.js installed, as well as Git and optionally Docker. The app is built with Van.js

Setup Commands

git clone [email protected]:Lissy93/raid-calculator.git
cd raid-calculator
yarn
yarn dev

Deploying

Option 1

Follow the developing instructions above. Then run yarn build to compile output
You can then upload the contents of ./dist to any web server, CDN or static host.

Option 2

Fork the repo, and import into Vercel, Netlify or any static hosting provider of your choice.

Option 3

Build the Docker image from the Dockerfile with docker build -t raid-calculator .
And then start the container, by running docker run -p 8080:80 raid-calculator


Contributing

Contributions are welcome.
Follow the Developing instructions above to get started, and then submit your changes as a PR.
If you're new to GitHub or open source, take a look at git-in.to for a guide on getting started.


ยฉ Alicia Sykes 2024
Licensed under MIT

Thanks for visiting :)

raid-calculator's People

Contributors

lissy93 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

bugresearcher

raid-calculator's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.