Creation of a simple Netflix Studio API clone for study and practice with Kotlin, Coroutines and Netflix DGS framework (GraphQL).
- How Netflix Scales its API with GraphQL Federation (Part 1)
- Open Sourcing the Netflix Domain Graph Service Framework: GraphQL for Spring Boot
- Ready for changes with Hexagonal Architecture
Simplistic hexagonal architecture based on Netflix post.
Redis and MySQL with Docker
docker-compose up -d
Talent Service
./gradlew talent-service:bootRun
Production Service
./gradlew production-service:bootRun
Movie Service
./gradlew movie-service:bootRun