Skip to content

Commit 79f2be9

Browse files
committed
(docs) Add Netflix DGS to java-server
1 parent 0c2c864 commit 79f2be9

File tree

1 file changed

+23
-0
lines changed
  • src/content/code/language-support/java-kotlin-android/server

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Domain Graph Service (DFS) Framework
3+
description: The DGS Framework (Domain Graph Service) is a GraphQL server framework for Spring Boot, developed by Netflix.
4+
url: https://netflix.github.io/dgs/
5+
github: netflix/dgs-framework
6+
---
7+
8+
The DGS Framework (Domain Graph Service) is a GraphQL server framework for Spring Boot, developed by Netflix.
9+
10+
11+
Features include:
12+
13+
* Annotation based Spring Boot programming model
14+
* Test framework for writing query tests as unit tests
15+
* Gradle Code Generation plugin to create types from schema
16+
* Easy integration with GraphQL Federation
17+
* Integration with Spring Security
18+
* GraphQL subscriptions (WebSockets and SSE)
19+
* File uploads
20+
* Error handling
21+
* Many extension points
22+
23+
See [DGS Framework Getting Started](https://netflix.github.io/dgs/getting-started/) for how to get started.

0 commit comments

Comments
 (0)