https://github.com/noobaa/s3-speedometer
https://github.com/noobaa/s3-speedometer
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noobaa/s3-speedometer
- Owner: noobaa
- License: apache-2.0
- Created: 2019-05-04T02:32:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-20T08:10:08.000Z (almost 4 years ago)
- Last Synced: 2025-01-02T01:13:34.587Z (12 months ago)
- Language: JavaScript
- Size: 210 KB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# S3 Speedometer
This project is a simple server + react app that calls as many S3 getObject requests as it can and shows real time graph of the speed.
It was used to show a demo of noobaa multicloud with locality optimization.
It is unmaintained but kept for reference.
In the project directory, you can run:
- `npm install` - Install dependencies to node_modules
- `node server` - Runs the backend that calls S3 requests and reports it to react app.
- `npm start` - Runs the react app in development mode at [localhost:3000](http://localhost:3000).
(this project was bootstrapped with [create-react-app](https://github.com/facebook/create-react-app))