@@ -9,9 +9,20 @@ Database Lab Engine (DLE) is an open-source (AGPLv3) technology that allows blaz
9
9
10
10
As an example, cloning a 10 TiB PostgreSQL database can take less than 2 seconds.
11
11
12
- Read more at [ Postgres.ai] ( https://postgres.ai ) and in [ the Docs] ( https://postgres.ai/docs ) .
12
+ ## How it works and how it helps engineers do their work faster and have better quality
13
+ - [ How it works] ( https://postgres.ai/products/how-it-works )
14
+ - [ Database Migration Testing] ( https://postgres.ai/products/database-migration-testing )
15
+ - [ SQL Optimization with Joe Bot] ( https://postgres.ai/products/joe )
16
+ - [ Case Study: Qiwi] ( https://postgres.ai/resources/case-studies/qiwi ) (How Qiwi Controls the Data to Accelerate Development)
17
+ - [ Case Study: GitLab] ( https://postgres.ai/resources/case-studies/gitlab ) (How GitLab iterates on SQL performance optimization workflow to reduce downtime risks)
18
+
19
+ > 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
+ > ![ Add a star] ( ./assets/star.gif )
13
22
14
23
## Useful links
24
+ - [ Database Lab documentation] ( https://postgres.ai/docs )
25
+ - [ Questions & answers] ( https://postgres.ai/docs/questions-and-answers )
15
26
### Tutorials
16
27
- [ Database Lab tutorial for any PostgreSQL database] ( https://postgres.ai/docs/tutorials/database-lab-tutorial )
17
28
- [ Database Lab tutorial for Amazon RDS] ( https://postgres.ai/docs/tutorials/database-lab-tutorial-amazon-rds )
@@ -23,13 +34,13 @@ Read more at [Postgres.ai](https://postgres.ai) and in [the Docs](https://postgr
23
34
### How-to guides
24
35
- [ How to install Database Lab with Terraform on AWS] ( https://postgres.ai/docs/how-to-guides/administration/install-database-lab-with-terraform )
25
36
- [ How to install and initialize Database Lab CLI] ( https://postgres.ai/docs/guides/cli/cli-install-init )
37
+ - [ How to manage DLE] ( https://postgres.ai/docs/how-to-guides/administration )
38
+ - [ How to work with clones] ( https://postgres.ai/docs/how-to-guides/cloning )
26
39
### Miscellaneous
27
40
- [ DLE Docker images] ( https://hub.docker.com/r/postgresai/dblab-server )
28
41
- [ Extended Docker images for PostgreSQL (with plenty of extensions)] ( https://hub.docker.com/r/postgresai/extended-postgres )
29
42
- [ SQL Optimization chatbot (Joe Bot)] ( https://postgres.ai/docs/joe-bot )
30
43
- [ DB Migration Checker] ( https://postgres.ai/docs/db-migration-checker )
31
- - [ Case Study: How Qiwi Controls the Data to Accelerate Development] ( https://postgres.ai/resources/case-studies/qiwi )
32
- - [ Case Study: How GitLab iterates on SQL performance optimization workflow to reduce downtime risks] ( https://postgres.ai/resources/case-studies/gitlab )
33
44
34
45
## Development
35
46
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.
@@ -41,14 +52,6 @@ See our [GitLab Container Registry](https://gitlab.com/postgres-ai/database-lab/
41
52
### Development requirements
42
53
1 . Install ` golangci-lint ` : https://github.com/golangci/golangci-lint#install
43
54
44
- ## Have a question?
45
- - Check our [ Q&A] ( https://postgres.ai/docs/questions-and-answers )
46
- - or join our Community (links below)
47
-
48
55
## Community
49
- - [ Community Slack (English) ] ( https://slack.postgres.ai )
56
+ - [ Community Slack] ( https://slack.postgres.ai )
50
57
- [ Twitter] ( https://twitter.com/Database_Lab )
51
-
52
- > 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:
53
- >
54
- > ![ Add a star] ( ./assets/star.gif )
0 commit comments