Skip to content

Instantly share code, notes, and snippets.

View migasQ's full-sized avatar

Jensa migasQ

  • Heidelberg, Germany
View GitHub Profile
@migasQ
migasQ / backup-influxdb.sh
Created December 27, 2021 15:05 — forked from thorian93/backup-influxdb.sh
InfluxDB Backup Script
#!/bin/bash
#
# Written by: Robin Gierse - info@thorian93.de - on 20191016
#
# Purpose:
# This script backs up influx databases
#
# Version: 0.1 on 20191016
# Version: 0.2 on 20191017
# Version: 0.3 on 20191022 - Add cleanup routine and switch compression to bz2
@migasQ
migasQ / README.md
Created May 23, 2018 08:55 — forked from bollwyvl/README.md
d3 fishbone

Click to drag nodes.

This is a [Fishbone or Ishikawa][ish] diagram, which shows contributions of different levels of a hierarchy to a main concept.

It is implemented in [d3.js][d3], nominally using the [Towards Reusable Charts][trc] pattern. Positioning is done by [d3.layout.force][force], though a fair amount of pre-processing along the lines of [d3.layout.tree][tree] is done.