Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gm3dmo/data-doser
deliver doses of data to an s3 bucket
https://github.com/gm3dmo/data-doser
Last synced: about 2 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T00:53:50.000Z (over 3 years ago)
- Last Synced: 2024-10-12T13:14:13.780Z (3 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.