Skip to content

Commit

Permalink
Added links to dependency extensions used by pg_timeseries. (#29)
Browse files Browse the repository at this point in the history
This is good netiquette, and also necessary for advanced users
who want to make use of features provided by the underlying extensions.
  • Loading branch information
bonesmoses authored Jul 10, 2024
1 parent b8a3119 commit ba218b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/timeseries.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,15 @@ The output of this query will differ from simply hitting the target table direct
* The time column's values will be binned to the provided width
* Extra rows will be added for periods with no data. They will include the time stamp for that bin and NULL in all other columns

## Requirements

As seen in the Docker installation demonstration, the `pg_timeseries` extension depends on three other extensions:

* [Hydra Columnar](https://github.com/hydradatabase/hydra)
* [pg_cron](https://github.com/citusdata/pg_cron)
* [pg_partman](https://github.com/pgpartman/pg_partman)

We recommend referring to documentation within these projects for more advanced use cases, or for a better understanding at how this extension works.

## Roadmap

Expand Down

0 comments on commit ba218b8

Please sign in to comment.