garageScript / databases

Play with databases without account
https://learndatabases.dev/
7 stars 11 forks source link

closes #53 - add influxDB #244

Open Ulisseus opened 4 years ago

Ulisseus commented 4 years ago

InfluxDB was chosen over TimescaleDB mostly because latter requires older versions of Postgres and maintaining multiply psqls on the same machine is rather annoying. It's also more popular at least for now.

Since this PR adds new influxDB button welcome page snapshots were updated.

To safely merge:

Proofreading of influxDB tutorial is appreciated.

codecov[bot] commented 4 years ago

Codecov Report

Merging #244 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #244   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        14    +1     
  Lines          494       540   +46     
  Branches        55        63    +8     
=========================================
+ Hits           494       540   +46     
Impacted Files Coverage Δ
database/influx/influx.js 100.00% <100.00%> (ø)
lib/util.js 100.00% <100.00%> (ø)
src/routes/renderRoutes.js 100.00% <100.00%> (ø)
src/routes/userRoutes.js 100.00% <100.00%> (ø)
src/server.js 100.00% <100.00%> (ø)

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 ab9e22d...398b0de. Read the comment docs.