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

https://github.com/soorajshankar/hasura-multi-subscriptions


https://github.com/soorajshankar/hasura-multi-subscriptions

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Setup

1. Create a table called sss or modify the query in subscriptions.jsx (table should only have a coloumn "id" )
2. pass the correct admin secret on link.js
3. to add more subscriptions modify the following from index.js

``` {[...Array(100).keys()].map((id) => (

))}

```

4. Note: this setup may not be apt for load test - as there is a UI dependancy

How to Run

npm install

npm start