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
Copy file name to clipboardExpand all lines: README.md
+9-15Lines changed: 9 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -11,30 +11,24 @@ As an example, cloning of 10 TiB PostgreSQL database takes less than 2 seconds.
11
11
12
12
Read more at [Postgres.ai](https://postgres.ai) and in [the Docs](https://postgres.ai/docs).
13
13
14
-
## Why on GitLab.com?
15
-
Database Lab Engine is hosted and developed on GitLab.com.
14
+
> Please support the project giving a GitLab star! It's on [the main page](https://gitlab.com/postgres-ai/database-lab), at the upper right corner:
15
+
>
16
+
> 
16
17
17
-
GitLab Inc. is our (Postgres.ai) long-term client and early adopter (see [GitLab Development Docs](https://docs.gitlab.com/ee/development/understanding_explain_plans.html#database-lab)). GitLab has an open-source version. Last but not least: GitLab uses PostgreSQL.
18
-
19
-
However, nowadays, not many open-source projects are hosted at GitLab.com unfortunately. Please support the project giving a GitLab star! It's on [the main page](https://gitlab.com/postgres-ai/database-lab), at the upper right corner:
20
-
21
-

22
-
23
-
## Engine setup
24
-
See Database Lab tutorials:
25
-
-[Database Lab tutorial for Amazon RDS](https://postgres.ai/docs/tutorials/database-lab-tutorial-amazon-rds),
18
+
## Installation
19
+
See the Database Lab tutorials:
26
20
-[Database Lab tutorial for any PostgreSQL database](https://postgres.ai/docs/tutorials/database-lab-tutorial).
21
+
-[Database Lab tutorial for Amazon RDS](https://postgres.ai/docs/tutorials/database-lab-tutorial-amazon-rds),
27
22
28
-
For stable Docker images see [postgresai/dblab-server](https://hub.docker.com/repository/docker/postgresai/dblab-server) repository on DockerHub.
23
+
The latest stable Docker images are published in [the Docker Hub repository](https://hub.docker.com/repository/docker/postgresai/dblab-server).
29
24
30
25
## Client CLI
31
26
### Installation
32
-
Install Database Lab client CLI on a Linux architecture (e.g., Ubuntu):
27
+
Install Database Lab client CLI on your Linux machine (e.g., Ubuntu):
Also, binaries available for download: [Alpine](https://gitlab.com/postgres-ai/database-lab/-/jobs/artifacts/master/browse?job=build-binary-alpine), [other](https://gitlab.com/postgres-ai/database-lab/-/jobs/artifacts/master/browse?job=build-binary-generic).
38
32
39
33
### How to use CLI
40
34
-[How to install and initialize Database Lab CLI](https://postgres.ai/docs/guides/cli/cli-install-init)
@@ -53,7 +47,7 @@ Also, binaries available for download: [Alpine](https://gitlab.com/postgres-ai/d
53
47
## Development
54
48
Open [an Issue](https://gitlab.com/postgres-ai/database-lab/-/issues) to discuss ideas, open [a Merge Request](https://gitlab.com/postgres-ai/database-lab/-/merge_requests) to propose a change.
55
49
56
-
See our [GitLab Container Registry](https://gitlab.com/postgres-ai/database-lab/container_registry)for develop Docker images.
50
+
See our [GitLab Container Registry](https://gitlab.com/postgres-ai/database-lab/container_registry)to find the images built for development branches.
0 commit comments