Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!