Skip to content

Commit 3470fbc

Browse files
authored
improve readme: add extension versions (#137)
Signed-off-by: Piyush Raj <[email protected]>
1 parent f7f2115 commit 3470fbc

File tree

1 file changed

+33
-11
lines changed

1 file changed

+33
-11
lines changed

README.md

Lines changed: 33 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,43 @@
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+
19
## Test on GitPod
210
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ChakshuGautam/postgres-tsdb-vector-docker)
311

4-
## Current and future supported extensions
12+
## Supported Extensions
513

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)
1614

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 |
1727

1828
## Releases
1929
- [Versioning Policy](./docs/version-policy.md)
2030

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+
2143
Bootstrapped from [TimescaleDB](https://github.com/timescale/timescaledb-docker)

0 commit comments

Comments
 (0)