Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 4, 2019 03:34
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 ryantm/8fe81858f80776fcafd68d7069935e75 to your computer and use it in GitHub Desktop.
Save ryantm/8fe81858f80776fcafd68d7069935e75 to your computer and use it in GitHub Desktop.
/nix/store/yfmbsj89j46qg9128bkhjmb5bf916bxy-clickhouse-18.16.1
├── bin
│   ├── clickhouse
│   ├── clickhouse-benchmark -> clickhouse
│   ├── clickhouse-clang -> clickhouse
│   ├── clickhouse-client -> clickhouse
│   ├── clickhouse-compressor -> clickhouse
│   ├── clickhouse-copier -> clickhouse
│   ├── clickhouse-extract-from-config -> clickhouse
│   ├── clickhouse-format -> clickhouse
│   ├── clickhouse-lld -> clickhouse
│   ├── clickhouse-local -> clickhouse
│   ├── clickhouse-obfuscator -> clickhouse
│   ├── clickhouse-odbc-bridge -> clickhouse
│   ├── clickhouse-performance-test -> clickhouse
│   ├── clickhouse-report
│   ├── clickhouse-server -> clickhouse
│   ├── clickhouse-test
│   ├── clickhouse-test-server
│   ├── clickhouse-zookeeper-cli
│   ├── config-processor
│   └── corrector_utf8
├── etc
│   ├── clickhouse-client
│   │   ├── client-test.xml
│   │   └── config.xml
│   └── clickhouse-server
│   ├── config.xml
│   ├── server-test.xml
│   └── users.xml
├── lib
│   ├── libclickhouse.so -> libclickhouse.so.18.16
│   ├── libclickhouse.so.18.16 -> libclickhouse.so.18.16.1
│   └── libclickhouse.so.18.16.1
└── share
└── clickhouse
└── headers
└── 18.16.1
9 directories, 28 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment