/subql

SubQL enables real time data subscriptions to GraphQL APIs

Primary LanguageJavaScriptMIT LicenseMIT

SubQL

SubQL enables real time data subscriptions to GraphQL APIs.

Note from the Author: On March 6, the specification for GraphQL Subscriptions was merged into the official RFC for GraphQL. The GraphQL-js library should be updated soon with this functionality. As small as this open source project is for realtime GraphQL, even with all it's caveats and lack of support, it was great fun tackling this problem. The guys over on the Apollo team have also done a lot of great work with realtime GraphQL so check out that project too. @stubailo from the Apollo team released a great article about this.

npm version

Installation

npm install --save subql

Disclaimer

The SubQL is in alpha. Every feature should be considered experimental and has the possibility of breaking or being removed in the future. If you have any questions, comments, suggestions for features, or any other concerns please contact Martin-Ting. Our team (listed below) is very open to suggestions and feedback and encourage it if you try our library out. We hope to provide a great tool for graphQL developers to bring real time data to their APIs.

Documentation

Documentation for SubQL is available on the SubQL Wiki page

Contributing

Commit Style Guide Udacity git commit message style guide for commit messages.

Contributors

License

GPL-3.0