Skip to content

An experimental microservices application. This is just for fun and experimentation and offers no real benefit.

Notifications You must be signed in to change notification settings

KrisBash/book-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Search

An example app for fun and experimentation. This has no real-world value as-is.

Organized as a set of microservices for deployment to Kubernetes. Components:

  • book-api - a book lookup microservice that returns details of a book by it's ISBN. Incoming requests are implmented in GraphQL and data are retrieved through simple REST calls to Google's book API.
  • book-website - a trivial ReactJS front-end. Books are searched via book-api.
  • cache-db - a REDIS cache service for caching of serialized results.

Pipeline status:

pipeline status

About

An experimental microservices application. This is just for fun and experimentation and offers no real benefit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published