Running docker image

To start the database, simply:

make start-pg-docker

This will allow you to run the tests. When finished,

make stop-pg-docker

Testing

There are three commands to run tests: (1) all tests, (2) regression tests, and (3) unit tests. They are:

make test
make test-regression
make test-unit
Description
An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
Readme 88 MiB
Languages
C 67.7%
PLpgSQL 25.6%
CMake 1.8%
Ruby 1.7%
Python 1.3%
Other 1.9%