Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luizpicolo/data-transfer-test
Data transfer test
https://github.com/luizpicolo/data-transfer-test
hacktoberfest
Last synced: 6 days ago
JSON representation
Data transfer test
- Host: GitHub
- URL: https://github.com/luizpicolo/data-transfer-test
- Owner: luizpicolo
- License: mit
- Created: 2020-06-03T02:59:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T01:42:16.000Z (9 months ago)
- Last Synced: 2024-10-22T00:57:04.465Z (24 days ago)
- Topics: hacktoberfest
- Language: Ruby
- Homepage:
- Size: 350 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Transfer Test
Data Transfer Test is a software developed to measure the amount of data transferred over a period of time.
# Screen
![alt](https://github.com/luizpicolo/data_transfer_test/blob/main/public/images/screen3.png?raw=true)
# How to configure
First clone this repository to the local machine
git clone https://github.com/luizpicolo/data_transfer_test.git
After, access local respository and install the dependencies
cd data_transfer_test
bundle installand
cd data_transfer_test/public
yarn install# How to use
Create a Cron Task (Test with Debian)
whenever -w
Create and migrate the database
rake db:create && rake db:migrate
Execute webserver
ruby app.rb
or
rerun 'ruby app.rb'## Docker
docker compose up -d
docker compose run app rake db:create && rake db:migrate
docker compose run app whenever -w## Live Server
[https://dtt.luizpicolo.com.br](https://dtt.luizpicolo.com.br)
## LicenseDataTransferTest use Licença MIT. For more details read the [User License](./LICENSE.txt)