https://github.com/halfzebra/integration-stuff
https://github.com/halfzebra/integration-stuff
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/halfzebra/integration-stuff
- Owner: halfzebra
- Created: 2019-01-14T11:46:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-16T20:45:20.000Z (about 7 years ago)
- Last Synced: 2025-03-13T14:29:01.090Z (over 1 year ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)