centralized API documentation for microservices -
my team , building multiple services in parallel. have benefit of building services scratch. ability automatically display api endpoints, services, in 1 page/site. helpful because (among other things):
i don't have go multiple documentation sites see available endpoints in entire "system".
it'll first step determine if of services should split, combined or refactored.
some of our services in django , rest-swagger module great help. don't see how can combine rest-swagger documentation multiple services single documentation page/site.
i'm looking through this site , related netflix experience not find solution problem. maybe centralized documentation isn't big deal 600+ services @ netflix, that's hard believe.
can suggest tool or method have combined api documentation services in microservice architecture?
my ideal scenario of happens when service changed:
- i click on link see list of endpoints in system.
- a teammate updates service , it's documentation.
- i refresh page , see change made step #2.
with exp, have paths.
- http://readme.io/
- make wiki jira, redmine.
- in github create repo exclusive docs.
- google docs.
Comments
Post a Comment