Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateusz-szczyrzyca/sonarqube-db-converter
SonarQube database converter written in Go
https://github.com/mateusz-szczyrzyca/sonarqube-db-converter
Last synced: 24 days ago
JSON representation
SonarQube database converter written in Go
- Host: GitHub
- URL: https://github.com/mateusz-szczyrzyca/sonarqube-db-converter
- Owner: mateusz-szczyrzyca
- Created: 2019-05-09T18:18:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T18:19:17.000Z (over 5 years ago)
- Last Synced: 2024-10-30T22:31:02.192Z (2 months ago)
- Language: Go
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Converter
Sonarqube converter is a simple database converter which was written some
time ago to quickly convert a really big sonarqube db, which was already in
PostgreSQL to MySQL format.
As I know SonarQube offers such tool albeit in enterprise version.## SonarQube version
This converter was successfully tested on 5.* version hence if you have never
versions of SonarQube you have to go over your db schema and check what's
missing or needs to be updates.## Collaboration
Usually you may have different direction of such conversion but feel free to
to use it for your own needs. Any updates against newer version of SonarQube
or fixes highly appreciated!