Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjeffcaii/dockerfile-opentsdb
dockerfile for opentsdb
https://github.com/jjeffcaii/dockerfile-opentsdb
docker dockerfile opentsdb
Last synced: about 2 months ago
JSON representation
dockerfile for opentsdb
- Host: GitHub
- URL: https://github.com/jjeffcaii/dockerfile-opentsdb
- Owner: jjeffcaii
- Created: 2018-02-27T10:10:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T10:15:53.000Z (almost 7 years ago)
- Last Synced: 2024-11-16T00:13:29.502Z (3 months ago)
- Topics: docker, dockerfile, opentsdb
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerfile For OpenTSDB
### Table Create
``` shell
create 'tsdb',
{NAME=>'t',VERSIONS=>1,COMPRESSION=>'LZ4',BLOOMFILTER=>'ROW',TTL=>2592000},
{SPLITS=>['\x01','\x02','\x03','\x04','\x05','\x06','\x07','\x08','\x09','\x0A','\x0B','\x0C','\x0D','\x0E','\x0F','\x10','\x11','\x12','\x13','\x14','\x15','\x16','\x17','\x18','\x19','\x1A','\x1B','\x1C','\x1D','\x1E','\x1F']}
```