https://github.com/gm3dmo/data-doser
deliver doses of data to an s3 bucket
https://github.com/gm3dmo/data-doser
Last synced: 3 months ago
JSON representation
deliver doses of data to an s3 bucket
- Host: GitHub
- URL: https://github.com/gm3dmo/data-doser
- Owner: gm3dmo
- License: mit
- Created: 2020-01-16T08:10:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T00:53:50.000Z (about 4 years ago)
- Last Synced: 2025-01-11T12:17:32.649Z (5 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Doser
This script creates a sequence of test files and delivers or doses them into an S3 bucket at random times over a period of time.## Usage
To make the data doser:```python doser.py --chunks 5 --duration 100 --numfiles=20```
## Prerequisites
A working s3 bucket configured that you can write to.