Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bustle/radql
Opinionated, service-oriented, GraphQL architecture
https://github.com/bustle/radql
Last synced: 3 days ago
JSON representation
Opinionated, service-oriented, GraphQL architecture
- Host: GitHub
- URL: https://github.com/bustle/radql
- Owner: bustle
- Created: 2016-02-15T17:49:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T19:42:56.000Z (almost 8 years ago)
- Last Synced: 2024-11-01T09:33:54.008Z (12 days ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 9
- Watchers: 10
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RadQL
*/ˈradək(ə)l/* is an opinionated, service-based infrastructure for writing GraphQL servers.
RadQL comes with a set of decorators, a type registry, support for lazy evaluation, and a batching executor.## Tutorial:
1. [Getting Started](https://github.com/bustlelabs/radql/wiki/01.-Getting-Started)
2. [APIs](https://github.com/bustlelabs/radql/wiki/02.-APIs)
3. [API Contexts](https://github.com/bustlelabs/radql/wiki/03.-API-Contexts)
4. [Data Types](https://github.com/bustlelabs/radql/wiki/04.-Data-Types)
5. [Data Composition](https://github.com/bustlelabs/radql/wiki/05.-Data-Composition)
6. [Static Methods](https://github.com/bustlelabs/radql/wiki/06.-Static-Methods)
7. [Standalone Services](https://github.com/bustlelabs/radql/wiki/07.-Standalone-Services)
8. [Batching Execution (Solving the N+1 SELECTs Problem)](https://github.com/bustlelabs/radql/wiki/08.-Batching-Execution)
9. [Radredis](https://github.com/bustlelabs/radql/wiki/09.-Radredis)
10. [Radgraph Services](https://github.com/bustlelabs/radql/wiki/10.-Radgraph-Services)
11. [Radgraph Types](https://github.com/bustlelabs/radql/wiki/11.-Radgraph-Types)