|
| 1 | +## WarpSQL |
| 2 | +WarpSQL is a powerful solution that provides opinionated extensions to Postgres, conveniently packaged as a single Docker deployment. |
| 3 | + |
| 4 | + |
| 5 | +## Key features |
| 6 | +- **Simple Setup**: With WarpSQL, set up your Postgres database with all necessary extensions at once, saving you time and hassle. |
| 7 | +- **Smooth Integration**: WarpSQL seamlessly integrates popular extensions like PgVector, TimescaleDB, Citus, PostGIS, etc making your database management straightforward and efficient. |
| 8 | + |
1 | 9 | ## Test on GitPod
|
2 | 10 | [](https://gitpod.io/#https://github.com/ChakshuGautam/postgres-tsdb-vector-docker)
|
3 | 11 |
|
4 |
| -## Current and future supported extensions |
| 12 | +## Supported Extensions |
5 | 13 |
|
6 |
| -- [x] [PgVector](https://github.com/pgvector/pgvector) |
7 |
| -- [x] [TimescaleDB](https://github.com/timescale/timescaledb) |
8 |
| -- [x] [PgCron](https://github.com/citusdata/pg_cron) |
9 |
| -- [x] [PostGIS](https://postgis.net) |
10 |
| -- [x] [postgresql-hll](https://github.com/citusdata/postgresql-hll) |
11 |
| -- [x] [Citus](https://www.citusdata.com/) |
12 |
| -- [x] [Pg Repack](https://github.com/reorg/pg_repack) |
13 |
| -- [x] [PgAutoFailover](https://github.com/hapostgres/pg_auto_failover) |
14 |
| -- [x] [PgJobmon](https://github.com/omniti-labs/pg_jobmon) |
15 |
| -- [x] [PgPartman](https://github.com/pgpartman/pg_partman) |
16 | 14 |
|
| 15 | +| Extension | Version | |
| 16 | +|--------------------|-------------| |
| 17 | +| [PgVector](https://github.com/pgvector/pgvector) | 0.5.1 | |
| 18 | +| [TimescaleDB](https://github.com/timescale/timescaledb) | 2.13.0 | |
| 19 | +| [PgCron](https://github.com/citusdata/pg_cron) | 1.6.0 | |
| 20 | +| [PostGIS](https://postgis.net) | 3.4.2 | |
| 21 | +| [Citus](https://www.citusdata.com/) | 12.1.0 | |
| 22 | +| [Pg Repack](https://github.com/reorg/pg_repack) | 1.5.0 | |
| 23 | +| [PgAutoFailover](https://github.com/hapostgres/pg_auto_failover) | 2.1 | |
| 24 | +| [postgresql-hll](https://github.com/citusdata/postgresql-hll) | 2.18 | |
| 25 | +| [PgJobmon](https://github.com/omniti-labs/pg_jobmon) | 1.4.1 | |
| 26 | +| [PgPartman](https://github.com/pgpartman/pg_partman) | 5.0.1 | |
17 | 27 |
|
18 | 28 | ## Releases
|
19 | 29 | - [Versioning Policy](./docs/version-policy.md)
|
20 | 30 |
|
| 31 | + |
| 32 | +## Community |
| 33 | +[Discord](https://bit.ly/C4GTCommunityChannel) |
| 34 | + |
| 35 | +## Contributing |
| 36 | +If you're interested in WarpSQL and want to contribute your code and ideas, feel free to open pull requests and raise issues. |
| 37 | + |
| 38 | +<a href="https://github.com/Samagra-Development/WarpSQL/graphs/contributors"> |
| 39 | + <img src="https://contrib.rocks/image?repo=Samagra-Development/WarpSQL" /> |
| 40 | +</a> |
| 41 | + |
| 42 | + |
21 | 43 | Bootstrapped from [TimescaleDB](https://github.com/timescale/timescaledb-docker)
|
0 commit comments