From d19cd16ce5c21c3fda157c0f801b869d323ebca2 Mon Sep 17 00:00:00 2001 From: tianzhou Date: Wed, 20 Nov 2024 19:04:50 +0800 Subject: [PATCH] docs: update use cases --- content/docs/introduction/use-cases.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/content/docs/introduction/use-cases.md b/content/docs/introduction/use-cases.md index fd7c5565..96ff65a2 100644 --- a/content/docs/introduction/use-cases.md +++ b/content/docs/introduction/use-cases.md @@ -3,7 +3,11 @@ title: Use Cases description: The common use cases Engineering teams use Bytebase. --- -Bytebase provides a centralized database development portal for Developers/DBAs/Platform Engineers to collaborate on database-related tasks. This page lists the common Bytebase use cases. +Bytebase provides a centralized database development portal for the Developer, Security, DBA and platform engineering teams to collaborate on database-related tasks. This page lists the common Bytebase use cases. + +## Database Change Automation + +Similar to how GitLab/GitHub streamlines the code delivery, Bytebase streamlines the database change deployment from the non-prod environment all the way to the prod environment. Bytebase also supports GitOps with [built-in VCS integration](/docs/vcs-integration/overview) and custom CI integration via [API](/docs/api/overview/). ## Database Security @@ -14,13 +18,13 @@ Organizations want to limit database access and enforce approval flow to conform - [Watermark](/docs/security/watermark) - [Audit Log](/docs/security/audit-log) -## Multi-Database Management +## Grant Temporary Database Permissions -Organizations normally have more than one database system for managing OLTP and OLAP workload. Bytebase supports all [mainstream databases](/docs/introduction/supported-databases). +You can grant temporary database permissions to the users when they need to troubleshoot. Users can self-request the permission via the Bytebase UI or it can be integrated into the existing GitOps flow. -## Database Change Automation +## Multi-Database Management -Similar to how GitLab/GitHub streamlines the code delivery, Bytebase streamlines the database change deployment from the non-prod environment all the way to the prod environment. Bytebase also supports GitOps with [built-in VCS integration](/docs/vcs-integration/overview) and custom CI integration via [API](/docs/api/overview/). +Organizations normally have more than one database system for managing OLTP and OLAP workload. Bytebase supports all [mainstream databases](/docs/introduction/supported-databases). ## Schema Enforcement