An open API service indexing awesome lists of open source software.

https://github.com/halfzebra/integration-stuff


https://github.com/halfzebra/integration-stuff

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# integration-stuff

Assorted tooling for integrating services together.

## Tools

- [Consul](https://www.consul.io/) - Service Mesh
- [Paw](https://paw.cloud/)
- [Swagger](https://swagger.io/)
- [Pact](https://docs.pact.io/) - Contract Testing
- [Dredd](https://github.com/apiaryio/dredd)
- [gRPC](https://grpc.io/) - Protocol Buffers
- [Postman](https://www.getpostman.com/)
- [newman](https://www.npmjs.com/package/newman) runs Postman tests in your Terminal.

## Articles

- [How to test Microservices with Consumer-Driven Contracts?](https://hackernoon.com/how-to-test-microservices-with-consumer-driven-contracts-9bf5c2c05349)
- [Contract Testing for microservices using Swagger, Prism and Dredd](https://medium.com/@m_arlandy/contract-testing-for-microservices-using-swagger-prism-and-dredd-efdd463b9433)
- [OpenAPI and gRPC Side-by-Side](https://medium.com/apis-and-digital-transformation/openapi-and-grpc-side-by-side-b6afb08f75ed)