tau

tau 0.1.0

tau is an open source, GPL licensed tool that provides a time series database API.Start tau server (with memory backend):./tau.py server -b memoryUse TauClient to access the database from python:from tau import TauClienttau = TauClient()Send some...