Skip to content

Commit e7ff00c

Browse files
authored
Merge pull request #31 from AtulRajput01/main
Refactor Readme
2 parents 6c93a44 + 03a76cc commit e7ff00c

1 file changed

Lines changed: 94 additions & 9 deletions

File tree

README.md

Lines changed: 94 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<p align="center"><img align="center" width="280" height="280" src="./icon.jpeg"/></p>
22
<h1 align="center">WarpSQL</h3>
33
<hr>
4-
Opinionated extensions to Postgres packaged as a single docker deployment. Why install 10 DBs when you can can have everthing at once (maybe not everything).
4+
Opinionated extensions to Postgres packaged as a single docker deployment. Why install 10 DBs when you can have everything at once (maybe not everything).
55

66
Certified as Indie Hacker's best friend!!!
77

88
### Test on GitPod
99
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ChakshuGautam/postgres-tsdb-vector-docker)
1010

11+
1112
### Current and future supported extensions
1213

1314
- [x] [PgVector](https://github.com/pgvector/pgvector)
@@ -38,16 +39,100 @@ services:
3839
POSTGRES_PASSWORD: warpSQLPass
3940
```
4041
42+
WarpSQL is a powerful solution that provides opinionated extensions to Postgres, conveniently packaged as a single Docker deployment. It eliminates the need to install multiple separate databases by offering a comprehensive set of features in one place (although not everything, as some features might not be included).
43+
44+
By utilizing WarpSQL, you can benefit from the following:
45+
46+
• Simplified setup: With WarpSQL, you can have all the necessary extensions for your Postgres database in one go, saving you time and effort.
47+
48+
• Seamless integration: WarpSQL includes popular extensions like PgVector, TimescaleDB, Citus, and PostGIS, allowing you to leverage their functionality seamlessly.
49+
50+
• Enhanced performance: The included extensions are carefully selected to optimize database performance, enabling you to work efficiently with large datasets.
51+
52+
• Extensibility: While WarpSQL already supports a range of extensions, it aims to expand its offerings to include even more powerful tools in the future, such as ZomboDB, PLV8, and Pg Repack.
53+
Get started with WarpSQL today and experience the convenience of a comprehensive Postgres solution.
54+
55+
## Contribution
56+
57+
You can contribute to the development of WarpSQL using both Gitpod and Codespaces. Follow the steps below to set up your development environment and make contributions:
58+
59+
## Gitpod
60+
61+
Click the "Open in Gitpod" button above or use the following link:[Open in Gitpod](https://gitpod.io/new/#https://github.com/ChakshuGautam/postgres-tsdb-vector-docker)
62+
63+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ChakshuGautam/postgres-tsdb-vector-docker)
64+
65+
66+
• Wait for the Gitpod environment to be created and initialized.
67+
68+
• Once the environment is ready, you can start working on the project.
69+
70+
• Make your desired changes or additions.
71+
72+
• Test your changes and ensure they meet the project's guidelines.
73+
74+
• Commit and push your changes to your forked repository.
75+
76+
• Create a pull request from your forked repository to the main WarpSQL repository.
77+
4178
## Development with GitHub Codespaces
4279
4380
You can use GitHub Codespaces to develop this project in the cloud.
4481
45-
1. Click on the "Code" button.
46-
2. Select "Open with Codespaces" from the dropdown menu.
47-
3. Choose the appropriate Codespace configuration.
48-
4. Wait for the environment to be provisioned.
49-
5. Once the environment is ready, you can start working on the project.
50-
6. Install the project dependencies by running the following command in the terminal:
82+
[![GitHub Codespaces](https://img.shields.io/badge/GitHub-Codespaces-blue?logo=github)](https://github.com/features/codespaces)
83+
84+
85+
• Click on the "Code" button.
86+
87+
• Select "Open with Codespaces" from the dropdown menu.
88+
89+
• Choose the appropriate Codespace configuration.
90+
91+
• Wait for the environment to be provisioned.
92+
93+
Once the environment is ready, you can start working on the project.
94+
95+
Make your desired changes or additions.
96+
Test your changes and ensure they meet the project's guidelines.
97+
Commit and push your changes to your forked repository.
98+
Create a pull request from your forked repository to the main WarpSQL repository.
99+
We welcome contributions from the community and appreciate your support in improving WarpSQL!
100+
101+
Install the project dependencies by running the following command in the terminal:
102+
103+
```pip install -r requirements.txt```
104+
105+
## Ensure CI passes ![](https://img.shields.io/badge/CI-Passing-brightgreen)
106+
107+
108+
Before merging any contributions or changes, it's essential to ensure that the continuous integration (CI) tests pass successfully. CI helps maintain code quality standards and prevents the introduction of regressions. To ensure a smooth integration process, follow these steps:
109+
110+
• Make your desired changes or additions to the codebase.
111+
112+
• Run the relevant tests locally to verify that your changes are functioning as expected.
113+
114+
• Push your changes to the branch you're working on.
115+
116+
• The CI system will automatically run tests and checks on your code.
117+
118+
• Monitor the CI build status to ensure that all tests pass successfully.
119+
120+
• If the CI build fails, review the error messages and make the necessary fixes.
121+
122+
• Repeat steps 3-6 until the CI build passes successfully.
123+
124+
• Once the CI build is successful, you can proceed with merging your changes into the main WarpSQL repository.
125+
126+
127+
## Publish the Project ![](https://img.shields.io/badge/Publish-IconName-green)
128+
129+
130+
To publish the WarpSQL project, follow the guidelines below:
131+
132+
• Document the release process: Provide clear instructions on how to release new versions of the project. This may include steps to follow, release branches or tags, and any necessary checks or validations.
133+
134+
• Versioning conventions: Define the versioning scheme used for the project. It could be semantic versioning (e.g., MAJOR.MINOR.PATCH) or any other convention that aligns with the project's needs.
135+
136+
• Release notes: Prepare release notes for each new version, highlighting the changes, bug fixes, and new features included in the release. This helps users understand what to expect when upgrading to a new version.
51137

52-
```bash
53-
pip install -r requirements.txt
138+
• Distribution and deployment: Specify how the project should be distributed or deployed. If there are specific packages, containers, or deployment configurations, provide relevant documentation or instructions.

0 commit comments

Comments
 (0)