Skip to content

Embedded zero-copy Cython database for time series that you need to upload somewhere

License

Notifications You must be signed in to change notification settings

smok-serwis/tempsdb

Repository files navigation

tempsdb

Further development of tempsdb has been moved to our servers.

PyPI PyPI version PyPI Documentation Status Maintainability Test Coverage Build Status Wheel License

Embedded Cython library for time series that you need to upload somewhere.

Stored time series with a 8-byte timestamp and a data, which can be of fixed length or variable.

Installation

git clone https://github.com/smok-serwis/tempsdb
cd tempsdb
pip install snakehouse tempsdb
python setup.py install

You need both snakehouse and tempsdb to compile it from the source, though binary wheels are available for whatever you'd like.

If there's a binary wheel that you would like to have, just drop me an issue/

If you're installing it somewhere that you don't need both snakehouse and tempsdb installed, compile your own binary wheel with

python setup.py bdist_wheel

Then copy your resulting wheel and install it via pip on the target system.

Be aware that tempsdb does logging. Consult the docs for how to disable it.

The changelog has been moved here.

About

Embedded zero-copy Cython database for time series that you need to upload somewhere

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages