We use latest unmodified Postgres (9.5.4), here is SQL documentation https://www.postgresql.org/docs/current/static/
Example of connecting to our database using psql command, with credentials which you should receive in email:
# After running it will ask your for the password.
# For scripting purpose you may set password using PGPASSWORD environment variable as well.
psql -h ossmetrics.com -U <user>
You have access to events_ex
table, each row represents single event happening in your repository