https://github.com/javier/questdb_dataset_utils
Some scripts to work with demo datasets for questdb
https://github.com/javier/questdb_dataset_utils
Last synced: 11 months ago
JSON representation
Some scripts to work with demo datasets for questdb
- Host: GitHub
- URL: https://github.com/javier/questdb_dataset_utils
- Owner: javier
- License: apache-2.0
- Created: 2022-07-04T12:13:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-19T15:58:28.000Z (12 months ago)
- Last Synced: 2025-06-19T16:44:44.951Z (12 months ago)
- Language: Python
- Size: 65.9 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# QuestDB Dataset utilities
Some misc scripts for working with demo QuestDB datasets. This is a personal project for testing out things.
It is messy and not production ready.
By all means you are welcome to use it, but code is not optimal and it lacks any explanation, so be very careful out there.
## qdb_table_downloaded
Downloads the passed query, paginating every 1000000 million rows, and outputs a csv
## tfl_dataset
Downloads data from [TFL's OpenApi](https://api-portal.tfl.gov.uk/api-details#api=Mode&operation=Mode_Arrivals) and stores it on QuestDB. You can pass the transport "mode", for example _tube_ or _bus_ as seen at the [TFL API docs](https://api-portal.tfl.gov.uk/api-details#api=Line&operation=Line_MetaModes)
## License
Apache 2 License