@@ -9,9 +9,20 @@ Database Lab Engine (DLE) is an open-source (AGPLv3) technology that allows blaz
99
1010As an example, cloning a 10 TiB PostgreSQL database can take less than 2 seconds.
1111
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 )
1322
1423## Useful links
24+ - [ Database Lab documentation] ( https://postgres.ai/docs )
25+ - [ Questions & answers] ( https://postgres.ai/docs/questions-and-answers )
1526### Tutorials
1627- [ Database Lab tutorial for any PostgreSQL database] ( https://postgres.ai/docs/tutorials/database-lab-tutorial )
1728- [ 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
2334### How-to guides
2435- [ How to install Database Lab with Terraform on AWS] ( https://postgres.ai/docs/how-to-guides/administration/install-database-lab-with-terraform )
2536- [ 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 )
2639### Miscellaneous
2740- [ DLE Docker images] ( https://hub.docker.com/r/postgresai/dblab-server )
2841- [ Extended Docker images for PostgreSQL (with plenty of extensions)] ( https://hub.docker.com/r/postgresai/extended-postgres )
2942- [ SQL Optimization chatbot (Joe Bot)] ( https://postgres.ai/docs/joe-bot )
3043- [ 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 )
3344
3445## Development
3546Open [ 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/
4152### Development requirements
42531 . Install ` golangci-lint ` : https://github.com/golangci/golangci-lint#install
4354
44- ## Have a question?
45- - Check our [ Q&A] ( https://postgres.ai/docs/questions-and-answers )
46- - or join our Community (links below)
47-
4855## Community
49- - [ Community Slack (English) ] ( https://slack.postgres.ai )
56+ - [ Community Slack] ( https://slack.postgres.ai )
5057- [ 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