Skip to content

Commit

Permalink
docs: update use cases
Browse files Browse the repository at this point in the history
  • Loading branch information
tianzhou committed Nov 20, 2024
1 parent 10845b2 commit d19cd16
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions content/docs/introduction/use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit d19cd16

Please sign in to comment.