NetflixOSS Domain Graph Service: GraphQL and Spring Boot

NetflixOSS Released a pretty interesting new solution. A framework for GrpahQL fully integrated with Spring Boot. DGS is super easy to use. You basically have zero effort to use it with Spring boot applications. DSG works with Maven or Gradle, Java, or Kotlin. Some time ago I made some posts about GraphQL and BFF you might want to check it out here and here. You compare with this other approach(also with a video) available here. Without further due, let's get started. 


The Video

The Code

https://github.com/diegopacheco/java-pocs/tree/master/pocs/dsg-fun

Cheers,

Diego Pacheco

Popular posts from this blog

C Unit Testing with Check

Having fun with Zig Language

HMAC in Java