Skip to content

Instantly share code, notes, and snippets.

View meliyahu's full-sized avatar

Mosheh EliYahu meliyahu

View GitHub Profile
@meliyahu
meliyahu / postgres_manager.py
Created June 14, 2020 10:42 — forked from valferon/postgres_manager.py
Python script to take care of postgres backup and restore of data
#!/usr/bin/python3
import argparse
import logging
import subprocess
import os
import tempfile
from tempfile import mkstemp
import configparser
import gzip
@meliyahu
meliyahu / documents.yaml
Created April 7, 2020 02:07 — forked from jeremyb/documents.yaml
Hierarchical facets with Elasticsearch
_type: product
category_level0: Books
category_level1: Computers & Technology
category_level2: Network Programming
name: Pro AngularJS
---
_type: product
category_level0: Books