https://github.com/mayhem/timescale-testing
test test test
https://github.com/mayhem/timescale-testing
Last synced: over 1 year ago
JSON representation
test test test
- Host: GitHub
- URL: https://github.com/mayhem/timescale-testing
- Owner: mayhem
- Created: 2020-02-22T10:24:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-29T17:23:03.000Z (about 6 years ago)
- Last Synced: 2025-02-14T15:50:17.396Z (over 1 year ago)
- Language: Python
- Size: 505 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How to use an LB dump to kick-start a timescale database
=======================================================
./concat_dump unsorted_listens.json
gzip unsorted_listens.json
zcat unsorted_listens.json.gz | sort --parallel=16 --compress-program=gzip > sorted_listens.json
import_dump.py sorted_listens.json