Skip to content
Snippets Groups Projects
Commit d681f75d authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

added a test for series

parent bdd4d90b
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ Welcome to tempsdb's documentation! ...@@ -11,6 +11,7 @@ Welcome to tempsdb's documentation!
:caption: Contents: :caption: Contents:
time-series time-series
usage
exceptions exceptions
It tries to use mmap for reads where possible, and in general be as zero-copy as possible (ie. the It tries to use mmap for reads where possible, and in general be as zero-copy as possible (ie. the
......
Usage
=====
Start off by instantiating an object
.. autoclass:: tempsdb.database.Database
:members:
Then you can create and retrieve particular series:
.. autoclass:: tempsdb.series.TimeSeries
:members:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment