hasura / skor

Now part of Hasura GraphQL Engine. Listen to postgres events and forward them as JSON payloads to a webhook

Home Page:https://hasura.io/event-triggers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

service of skor can connect with database but don't response when insert data to postgres

skl-songkiat opened this issue · comments

Hi i have problem about response web hook

i can build skor.c and run with command "./build/skor 'host=localhost port=5432 dbname=postgres user=postgres password=' http://localhost:5000 " and then i try insert data to postgres but
don't response when insert data to postgres

i don't know that what i did wrong

screen shot 2561-05-14 at 18 55 47

Hi
Did you set up the triggers in Postgres?

no i didn't do that trigger but insert manually to postgres

i get it now , Thank you