项目作者: karthikvt26

项目描述 :
Deploy hasura skor to Heroku
高级语言: Dockerfile
项目地址: git://github.com/karthikvt26/skor-heroku.git
创建时间: 2018-07-30T06:49:10Z
项目社区:https://github.com/karthikvt26/skor-heroku

开源协议:

下载


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

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.

  • Identify the postgres application you would like to connect to and copy the URI under settings tab

alt text

Read more to setup triggers and start processing the events.