Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fathyb/analytics-python-10krps
https://github.com/fathyb/analytics-python-10krps
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/fathyb/analytics-python-10krps
- Owner: fathyb
- Created: 2019-10-28T22:11:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T22:11:42.000Z (about 5 years ago)
- Last Synced: 2025-01-19T09:12:50.651Z (7 days ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - fathyb/analytics-python-10krps - (Python)
README
# python 10krps
## Requirements
- `make`
- `git`
- `Docker` (optional)
- `Python` 3## Run
```bash
$ make run writeKey=YOUR_WRITE_KEY events=1000000
```### Options
- `writeKey`: **required**
- `events`: **optional**, default: **500000**### Using Docker
```bash
$ make docker_run writeKey=YOUR_WRITE_KEY events=1000000
```### Make tasks
- `run`: run `sample_client.py`
- `deps`: fetch dependencies
- `env`: create the Python virtualenv
- `bootstrap`: install virtualenv
- `docker_build`: build the Docker image
- `docker_run`: run using Docker