Datastream API documentation
============================

Datastream API is one of the projects of `wlan slovenija`_ open wireless network.
It is a Python API for time-series data which abstracts the database which is used to store the data,
providing a powerful and unified API.
It provides an easy way to insert time-series datapoints and automatically downsample them into multiple
levels of granularity for efficient querying time-series data at various time scales.

.. _wlan slovenija: https://wlan-si.net

Contents
--------

.. toctree::
   :maxdepth: 2

   installation
   usage
   reference

Source Code, Issue Tracker and Mailing List
-------------------------------------------

For development GitHub_ is used, so source code and issue tracker is found
there_. If you have any questions or if you want to
discuss the project, use `development mailing list`_.

.. _GitHub: https://github.com/
.. _there: https://github.com/wlanslovenija/datastream
.. _development mailing list: https://wlan-si.net/lists/info/development

Indices and Tables
==================

* :ref:`genindex`
* :ref:`search`

