/questdb_dataset_utils

Some scripts to work with demo datasets for questdb

Primary LanguagePythonApache License 2.0Apache-2.0

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 and stores it on QuestDB. You can pass the transport "mode", for example tube or bus as seen at the TFL API docs

License

Apache 2 License