venantius / droplet

Droplet is a Python library for sampling, sketching, and summarizing data from massive data streams.
6 stars 2 forks source link

Droplet

Introduction

Droplet is a Python library for sampling, sketching and summarizing massive data streams. More information can be found on the wiki.

Current status is PRE-ALPHA. Do not expect anything to work.

Contents

Samplers:

Sketches:

Summaries:

Installation guide

Pretty simple, really. From the terminal:

git clone https://github.com/venantius/droplet.git
cd droplet
python setup.py install 

Usage

Droplet is designed for use with massive data streams (GB+,TB+, etc.) that may only be read once.

EXAMPLE GOES HERE

Dependencies

Pypi:

License

Droplet is licensed under the Apache license.