Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googlecloudplatform/database-assessment
Database Migration Assessment
https://github.com/googlecloudplatform/database-assessment
database google-cloud-platform google-cloud-sql mssql oracle postgresql sql
Last synced: 7 days ago
JSON representation
Database Migration Assessment
- Host: GitHub
- URL: https://github.com/googlecloudplatform/database-assessment
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Created: 2021-04-28T16:11:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T22:09:52.000Z (16 days ago)
- Last Synced: 2024-12-21T13:58:20.791Z (15 days ago)
- Topics: database, google-cloud-platform, google-cloud-sql, mssql, oracle, postgresql, sql
- Language: Python
- Homepage: https://googlecloudplatform.github.io/database-assessment/
- Size: 5.67 MB
- Stars: 63
- Watchers: 25
- Forks: 36
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Code of conduct: docs/code_of_conduct.md
Awesome Lists containing this project
README
# Database Migration Assessment
## Features
Get the recommended Google Cloud configuration your current MySQL, Postgres, Oracle and Microsoft SQL Server environments.
Extensive support for many database sources and versions:
- Oracle from 10g to 21c - Exadata, RDS, and OCI workloads included by leveraging AWR data (requires tuning and diagnostics pack for Oracle) or statspack for sizing.
- Microsoft SQL Server for Windows Versions 2008R2 (SP2) to SQL Server 2022
- Postgres 12-16
- MySQL 5.6, 5.7, and 8## Getting Started
Download the collection scripts from the latest release. Instructions for execution are included in the bundled README.
- [Oracle](https://github.com/GoogleCloudPlatform/database-assessment/releases/latest/download/db-migration-assessment-collection-scripts-oracle.zip)
- [MSSQL](https://github.com/GoogleCloudPlatform/database-assessment/releases/latest/download/db-migration-assessment-collection-scripts-sqlserver.zip)
- [Postgres](https://github.com/GoogleCloudPlatform/database-assessment/releases/latest/download/db-migration-assessment-collection-scripts-postgres.zip)
- [MySQL](https://github.com/GoogleCloudPlatform/database-assessment/releases/latest/download/db-migration-assessment-collection-scripts-mysql.zip)For detailed instructions, please refer to the our [official documentation](https://googlecloudplatform.github.io/database-assessment/) for more information.