Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/47fe45eb98645ee35f4a43ca3ff082a3 to your computer and use it in GitHub Desktop.
Save r-ryantm/47fe45eb98645ee35f4a43ca3ff082a3 to your computer and use it in GitHub Desktop.
/nix/store/vl3w3gb5c2qf45fbp6j5phvvqckvn4cb-patroni-1.6.5
├── bin
│   ├── patroni
│   ├── patroni_aws
│   ├── patronictl
│   └── patroni_wale_restore
├── lib
│   └── python3.7
│   └── site-packages
│   ├── patroni
│   │   ├── api.py
│   │   ├── async_executor.py
│   │   ├── config.py
│   │   ├── ctl.py
│   │   ├── dcs
│   │   │   ├── consul.py
│   │   │   ├── etcd.py
│   │   │   ├── exhibitor.py
│   │   │   ├── __init__.py
│   │   │   ├── kubernetes.py
│   │   │   ├── __pycache__
│   │   │   │   ├── consul.cpython-37.pyc
│   │   │   │   ├── etcd.cpython-37.pyc
│   │   │   │   ├── exhibitor.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── kubernetes.cpython-37.pyc
│   │   │   │   └── zookeeper.cpython-37.pyc
│   │   │   └── zookeeper.py
│   │   ├── exceptions.py
│   │   ├── ha.py
│   │   ├── __init__.py
│   │   ├── log.py
│   │   ├── __main__.py
│   │   ├── postgresql
│   │   │   ├── bootstrap.py
│   │   │   ├── callback_executor.py
│   │   │   ├── cancellable.py
│   │   │   ├── config.py
│   │   │   ├── connection.py
│   │   │   ├── __init__.py
│   │   │   ├── misc.py
│   │   │   ├── postmaster.py
│   │   │   ├── __pycache__
│   │   │   │   ├── bootstrap.cpython-37.pyc
│   │   │   │   ├── callback_executor.cpython-37.pyc
│   │   │   │   ├── cancellable.cpython-37.pyc
│   │   │   │   ├── config.cpython-37.pyc
│   │   │   │   ├── connection.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── misc.cpython-37.pyc
│   │   │   │   ├── postmaster.cpython-37.pyc
│   │   │   │   ├── rewind.cpython-37.pyc
│   │   │   │   └── slots.cpython-37.pyc
│   │   │   ├── rewind.py
│   │   │   └── slots.py
│   │   ├── __pycache__
│   │   │   ├── api.cpython-37.pyc
│   │   │   ├── async_executor.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── ctl.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── ha.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── log.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── request.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   ├── validator.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── request.py
│   │   ├── scripts
│   │   │   ├── aws.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── aws.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── wale_restore.cpython-37.pyc
│   │   │   └── wale_restore.py
│   │   ├── utils.py
│   │   ├── validator.py
│   │   ├── version.py
│   │   └── watchdog
│   │   ├── base.py
│   │   ├── __init__.py
│   │   ├── linux.py
│   │   └── __pycache__
│   │   ├── base.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   └── linux.cpython-37.pyc
│   └── patroni-1.6.5.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
16 directories, 82 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment