Contains beacons dataset, documentation on testing and beacon collection methods, and instructions for install and use.

PostgreSQL databases can be exported (dumped) and imported (restored) to reproduce the database on a new host. The full documentation for this process can be found here: https://www.postgresql.org/docs/9.1/backup.html

This repo contains the file beacons.dump, which contains the serialized PACT beacons Postgres database. Restore this database using the instructions below to set up your own instance of the PACT Beacons database.

You can also view the contents of the database in csv format under /csv/. These files were created through export of the Postgres database. It is recommended to use the restored Postgres database for analysis, as relations are not preserved through the export process.