Skip to content

egor-rogov/postgres_air

 
 

Repository files navigation

postgres_air

This repo contains components for building the postgres_air database, which can be used for training and various performance experiments. The database is created by hDBn (Hettie Dombrovskaya & Boris Novikov)

The db dumps of core data can be found here:

Download Link

This shared directory contains a data dump of the postgres_air schema in three formats: directory format, the default pg_dump format and compressed SQL format.

The total size of each is about 1.2 GB. Use the directory format, if you prefer to download smaller files. Use SQL if you want to avoid warnings about object ownership.

For directory format and default format, use pg_restore. For SQL, unzip the file and use psql for restore.

You can also use the QR code provided in the QR_download file to access this directory.

QR Download Code

What are the rest of the files for?

See the db_objects_description.txt file.

To populate the tables, the following public data sources were used

Disclaimer

Hettie and Boris do not guarantee the 100% accuracy of the data. We tried our best, but it is still possible that some airports ended up in the wrong cities and some cities ended up in the wrong countries. No offense intended in any of the above cases!

The flights' schedules are 100% imaginary; we guarantee that the flights' durations are realistic and each airport is reachable from any other airport, but the schedule does not resemble any real airline schedule.

Use at your own risk.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PLpgSQL 100.0%