Tuesday, July 18, 2017

Writing Mocks With WireMock and CSV Extension

DZone Database Zone
Writing Mocks With WireMock and CSV Extension

If you are currently working on a project where several modules will have to communicate but they do not exist yet, then you may have to mock the communications.

And if you are using REST APIs, several tools might do the trick to provide a mocking server.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...