You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,41 +43,40 @@ WarpSQL is a powerful solution that provides opinionated extensions to Postgres,
43
43
44
44
By utilizing WarpSQL, you can benefit from the following:
45
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
-
• Seamless integration: WarpSQL includes popular extensions like PgVector, TimescaleDB, Citus, and PostGIS, allowing you to leverage their functionality seamlessly.
48
-
• Enhanced performance: The included extensions are carefully selected to optimize database performance, enabling you to work efficiently with large datasets.
49
-
• 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.
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
+
- *Seamless integration*: WarpSQL includes popular extensions like PgVector, TimescaleDB, Citus, and PostGIS, allowing you to leverage their functionality seamlessly.
48
+
- *Enhanced performance*: The included extensions are carefully selected to optimize database performance, enabling you to work efficiently with large datasets.
49
+
- *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.
50
50
Get started with WarpSQL today and experience the convenience of a comprehensive Postgres solution.
51
51
52
52
## Contribution
53
53
54
54
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:
55
55
56
-
## Gitpod
56
+
### Gitpod
57
57
58
58
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)
59
59
60
60
[](https://gitpod.io/#https://github.com/ChakshuGautam/postgres-tsdb-vector-docker)
61
61
62
62
63
-
• Wait for the Gitpod environment to be created and initialized.
64
-
• Once the environment is ready, you can start working on the project.
65
-
• Make your desired changes or additions.
66
-
• Test your changes and ensure they meet the project's guidelines.
67
-
• Commit and push your changes to your forked repository.
68
-
• Create a pull request from your forked repository to the main WarpSQL repository.
63
+
- Wait for the Gitpod environment to be created and initialized.
64
+
- Once the environment is ready, you can start working on the project.
65
+
- Make your desired changes or additions.
66
+
- Test your changes and ensure they meet the project's guidelines.
67
+
- Commit and push your changes to your forked repository.
68
+
- Create a pull request from your forked repository to the main WarpSQL repository.
69
69
70
-
## Development with GitHub Codespaces
70
+
### Development with GitHub Codespaces
71
71
72
72
You can use GitHub Codespaces to develop this project in the cloud.
• Select "Open with Codespaces" from the dropdown menu.
79
-
• Choose the appropriate Codespace configuration.
80
-
• Wait for the environment to be provisioned.
76
+
- Click on the "Code" button.
77
+
- Select "Open with Codespaces" from the dropdown menu.
78
+
- Choose the appropriate Codespace configuration.
79
+
- Wait for the environment to be provisioned.
81
80
82
81
Once the environment is ready, you can start working on the project.
83
82
@@ -91,26 +90,16 @@ Install the project dependencies by running the following command in the termina
91
90
92
91
```pip install -r requirements.txt```
93
92
94
-
## Ensure CI passes 
93
+
### Ensure CI passes 
95
94
96
95
97
96
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:
98
97
99
-
• Make your desired changes or additions to the codebase.
100
-
• Run the relevant tests locally to verify that your changes are functioning as expected.
101
-
• Push your changes to the branch you're working on.
102
-
• The CI system will automatically run tests and checks on your code.
103
-
• Monitor the CI build status to ensure that all tests pass successfully.
104
-
• If the CI build fails, review the error messages and make the necessary fixes.
105
-
• Repeat steps 3-6 until the CI build passes successfully.
106
-
• Once the CI build is successful, you can proceed with merging your changes into the main WarpSQL repository.
107
-
108
-
109
-
## Publish the Project 
110
-
111
-
To publish the WarpSQL project, follow the guidelines below:
112
-
113
-
• 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.
114
-
• 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.
115
-
• 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.
116
-
• 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.
98
+
- Make your desired changes or additions to the codebase.
99
+
- Run the relevant tests locally to verify that your changes are functioning as expected.
100
+
- Push your changes to the branch you're working on.
101
+
- The CI system will automatically run tests and checks on your code.
102
+
- Monitor the CI build status to ensure that all tests pass successfully.
103
+
- If the CI build fails, review the error messages and make the necessary fixes.
104
+
- Repeat steps 3-6 until the CI build passes successfully.
105
+
- Once the CI build is successful, you can proceed with merging your changes into the main WarpSQL repository.
0 commit comments