Matvey Arye dd1f32bd43 Merged in time-column-name (pull request #23)
Allow time columns to take arbitrary names as well as be integer or timestamp(with or without time zone) types.
2017-01-05 12:37:50 -05:00
2016-12-23 16:21:01 -05:00
2016-12-23 16:21:01 -05:00
2016-12-23 23:08:22 -05:00

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

Initializing a single-node database

After setting up a docker image, you can start a local single node database with the following command:

make setup-single-node-db

This will set up a database named iobeam which can be accessed with:

psql -U postgres -h localhost -d iobeam

Examples

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%