mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 19:13:16 +08: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.
analyticsdatabasefinancial-analysishacktoberfestiotpostgrespostgresqlsqltime-seriestime-series-databasetimescaledbtsdb
Readme
88 MiB
Languages
C
67.7%
PLpgSQL
25.6%
CMake
1.8%
Ruby
1.7%
Python
1.3%
Other
1.9%