Skip to content

Instantly share code, notes, and snippets.

View Ixtalo's full-sized avatar
🐢
I may be slow to respond.

Ixtalo

🐢
I may be slow to respond.
  • Germany
View GitHub Profile
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""xyz.py - SHORT DESC
LONG DESC
Usage:
xyz.py [options] <directory> [<output.csv>]
xyz.py -h | --help
xyz.py --version
@Ixtalo
Ixtalo / docker-compose.yml
Created January 9, 2021 19:12
Docker-Influx-Timescale-Grafana
version: "3"
services:
timescaledb:
## https://hub.docker.com/r/timescale/timescaledb
## https://github.com/timescale/timescaledb-docker
hostname: postgres
image: timescale/timescaledb:latest-pg10
networks:
timenet:
aliases: