torodb / stampede

The ToroDB solution to provide better analytics on top of MongoDB and make it easier to migrate from MongoDB to SQL
https://www.torodb.com/stampede/
GNU Affero General Public License v3.0
1.76k stars 118 forks source link

Adding support for MySQL backend #187

Closed gortiz closed 7 years ago

gortiz commented 7 years ago

This feature is in alpha, so it is not yet officially supported

codecov[bot] commented 7 years ago

Codecov Report

Merging #187 into devel will decrease coverage by 0.16%. The diff coverage is 3.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel     #187      +/-   ##
==========================================
- Coverage   25.91%   25.74%   -0.17%     
==========================================
  Files          17       18       +1     
  Lines         629      637       +8     
  Branches       82       81       -1     
==========================================
+ Hits          163      164       +1     
- Misses        460      467       +7     
  Partials        6        6
Impacted Files Coverage Δ
main/src/main/java/com/torodb/stampede/Main.java 0% <0%> (ø) :arrow_up:
...odb/stampede/config/model/backend/mysql/MySql.java 0% <0%> (ø)
...om/torodb/stampede/AbstractConsistencyHandler.java 0% <0%> (ø) :arrow_up:
...main/java/com/torodb/stampede/StampedeService.java 8.69% <0%> (+0.18%) :arrow_up:
.../torodb/stampede/config/model/backend/Backend.java 93.75% <100%> (+0.41%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6e1ba87...c9b084f. Read the comment docs.