Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karthikvt26/skor-heroku

Deploy hasura skor to Heroku
https://github.com/karthikvt26/skor-heroku

hasura heroku notifications postgres

Last synced: about 1 month ago
JSON representation

Deploy hasura skor to Heroku

Awesome Lists containing this project

README

        

# Install Hasura Skor on Heroku

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.

## Install Skor

To install skor on Heroku, click the button below

[![Deploy to heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/karthikvt26/skor-heroku)

## Configure skor to connect to your existing database

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](https://data.heroku.com/).
- Identify the postgres application you would like to connect to and copy the URI under `settings` tab

![alt text](./assets/HerokuPostgresCredential.jpg)

[Read more](https://github.com/hasura/skor/#1-set-up-the-triggers) to setup triggers and start processing the events.