Hasura Skor can be installed and configured to connect to your existing postgres instance to receive events. This guide will help you configure skor to connect to the postgres instance running on Heroku.
To install skor on Heroku, click the button below
Skor requires DATABASE_CONNECTION_STRING
and WEBHOOKURL
to connect to the appropriate postgres instance. It can be passed as Config Vars
to the app. You can get DATABASE_CONNECTION_STRING
from here.
- Identify the postgres application you would like to connect to and copy the URI under
settings
tab
Read more to setup triggers and start processing the events.