Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fathyb/analytics-python-10krps


https://github.com/fathyb/analytics-python-10krps

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

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