-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New and improved Skor is now part of Hasura GraphQL Engine #23
Comments
@shahidhk Would recommend these change. In point 3:
I think we should add a point around there being a UI to configure event-triggers easily too. We have a nice GIF. You can get it from my blogpost. I don't think you need to have the last line "Use HGE for production....." We can also serve a deprecation notice saying that work on skor will now continue has a part of HGE. |
Does this mean that when you have N hasura instances running for scalability and for example an event-trigger to push notification to one subscriber, this subscriber will receive only 1 notification and not N notifications? |
@sach97 Yes, absolutely. The one event will be picked by any one of the N Hasura instances and sent to the subscriber. |
Oh that's nice thank's, that is exactly what I was searching for ! |
New and improved version of Skor is now part of Hasura GraphQL Engine
A few months ago, we built the open source GraphQL Engine that gives you instant GraphQL APIs over any Postgres database. We have added all of Skor's existing features and even more to make it production ready:
Reliable: We capture every relevant action on the database as an event, even when Hasura is down! The events are delivered to your webhook as soon as possible with an atleast-once guarantee.
Scalable: What more, it even scales horizontally. If you are processing millions of events, just add more instances of GraphQL engine.
Use with Serverless: If you are using Skor, then avoid the pain of managing your webhook by moving to Serverless infrastructure. Check out these blog posts to get started
Use Hasura GraphQL Engine for production use cases
The text was updated successfully, but these errors were encountered: