1
0
mirror of https://github.com/timescale/timescaledb.git synced 2025-05-18 11:45:11 +08:00
Erik Nordström 3192c8a6bf Remove Dockerfile and docker.mk
Release Docker builds are now provided in a separate repository,
https://github.com/timescale/timescaledb-docker.

Tests and development builds for Docker are now provided
by two new scripts in the scripts directory:

- `docker-build.sh` to build a development image from current sources.
- `docker-run-tests.sh` to run tests for current sources through a Docker container.
2017-06-19 22:30:46 +02:00
2017-06-19 22:30:46 +02:00
2017-06-15 13:19:29 -04:00
2017-06-08 14:03:14 -04:00
2017-06-15 13:19:29 -04:00
2017-02-21 11:54:17 +01:00
2017-06-01 17:22:37 +02:00
2017-06-02 18:07:13 +02:00
2017-05-24 13:33:15 -04:00
2017-03-07 12:02:21 -05:00
2017-04-12 11:14:54 -04:00

Build Status

TimescaleDB is an open-source database designed to make SQL scalable for time-series data. It is engineered up from PostgreSQL, providing automatic partitioning across time and space (partitioning key), as well as full SQL support.

TimescaleDB is packaged as a PostgreSQL extension and released under the Apache 2 open-source license. Contributors welcome.

To install TimescaleDB, follow the instructions here:

Additional documentation can be found on our docs website, including the following:

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%