Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/karthikvt26/skor-heroku
- Owner: karthikvt26
- Created: 2018-07-30T06:49:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T10:24:16.000Z (over 6 years ago)
- Last Synced: 2024-11-11T05:58:12.452Z (3 months ago)
- Topics: hasura, heroku, notifications, postgres
- Language: Dockerfile
- Size: 102 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.