Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ADOPTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This document also lists the organizations using Microcks based on public inform
|[Amway](https://www.amway.com/) | [Brian Hibma](https://www.linkedin.com/in/brianhibma/) [Sai Bommakanti](https://www.linkedin.com/in/saiabhinay-bommakanti-31014943/) | `end user` | We use Microcks primarily as a platform for API and Event mocking and discovery, integrating it into our DevOps and CI/CD practices, and unblocking parallel, contract-based development from teams. |
|[BITMARCK](https://www.bitmarck.de) | [Michael Goll](https://github.com/goll-michael) | `end user` | We use Microcks to mock the APIs that correspond to the generated or manually created OpenAPI contracts.|
|[Agile Actors](https://www.agileactors.com/) | [Stelios Gkiokas](https://github.com/sgkiokas) | `Consultancy` | Microcks is used for speeding up the development time of multiple microservices, both locally and on CI, by leveraging the ability of auto-generating (dynamic) mocks via OpenAPI specs, gRPC contracts and GraphQL schemas in our case. We managed to bridge the gap we had in our client between developers, SETs and Manual QAs in the best possible manner.|
| [AsyncAPI Generator](https://github.com/asyncapi/generator) | [Lukasz Gornicki](https://www.linkedin.com/in/lukasz-gornicki-a621914/) | `end user` | AsyncAPI Generator is a tool that, among other things, is responsible for providing functionality to generate clients/SDKs. Thanks to Microcks, we were able to provide acceptance testing infrastructure that allows us to test, on a pull request level, if generated clients actually work. Microcks provides mocks, and we communicate with them through generated clients. Some more details you can find [in this directory in the generator repo](https://github.com/asyncapi/generator/tree/master/packages/templates/clients/websocket/test), but this location is a subject for change as we want to start using Microcks not only for Websocket but now also for Kafka. |
| [AsyncAPI Generator](https://github.com/asyncapi/generator) | [Lukasz Gornicki](https://www.linkedin.com/in/lukasz-gornicki-a621914/) | `Another project` | AsyncAPI Generator is a tool that, among other things, is responsible for providing functionality to generate clients/SDKs. Thanks to Microcks, we were able to provide acceptance testing infrastructure that allows us to test, on a pull request level, if generated clients actually work. Microcks provides mocks, and we communicate with them through generated clients. Some more details you can find [in this directory in the generator repo](https://github.com/asyncapi/generator/tree/master/packages/templates/clients/websocket/test), but this location is a subject for change as we want to start using Microcks not only for Websocket but now also for Kafka. |
| [TransferGo](https://www.transfergo.com/) | [Zbigniew Malcherczyk](https://www.linkedin.com/in/zbigniew-malcherczyk/) | `end user` | TransferGo, founded in 2012, serves over 8 million customers across 160+ countries by providing fast and affordable international money transfers. Microcks has empowered our teams with AsyncAPI and OpenAPI server mocks, as well as a robust infrastructure for contract testing. |
| [UEAT](https://ueat.io/) | [Olivier Beaudet](https://github.com/obeaudet-ueat) | `end user` | UEAT is a complete solutions for restaurant revenue growth. Online Ordering, Self-Ordering Kiosks, Hub Management, Table Ordering, POS Integration and more. Microcks has empowered our teams with OpenAPI server mocks. Allowing to mock third party integration, testing locally or via CI/CD. |
|[XM](https://www.xm.com/) | [Stelios Gkiokas](https://github.com/sgkiokas) | `end user` | Microcks streamlines microservice development and testing by dynamically generating mocks from OpenAPI specs, gRPC contracts, and GraphQL schemas. Using Testcontainers, it replaces WireMock, gRPC Mock by Fadelis, and HttpGraphQlTester, while Kubernetes Operators allow teams to manage their own instances. This approach also enables realistic simulation of Payment Service Providers and provides a unified platform for developers, SETs, and QAs to collaborate effectively.|
Expand Down