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

https://github.com/paranoid-software/ephemerals.net

Integration tests ephemeral context enablers for Databases, File Systems, Messaging Systems and more.
https://github.com/paranoid-software/ephemerals.net

Last synced: 2 months ago
JSON representation

Integration tests ephemeral context enablers for Databases, File Systems, Messaging Systems and more.

Awesome Lists containing this project

README

          

# Ephemerals for .net

As containerized environments keep gaining traction and popularity, integration tests starts to take advantage
of that kind of environments not only to be able to test complex scenarios but also to replace mocking strategies with real interaction between systems.

This repo holds a set of libraries written in C# with the purpose of make the testing code writing easy and light for scenarios which requires to interact with artifacts like:

Databases

- [Microsoft SQL Server](https://github.com/paranoid-software/ephemerals.net/tree/main/mssql)
- [PostgreSQL](https://github.com/paranoid-software/ephemerals.net/tree/main/postgresql)
- [MongoDB](https://github.com/paranoid-software/ephemerals.net/tree/main/mongodb)
- MySQL
- [Redis](https://github.com/paranoid-software/ephemerals.net/tree/main/redis)
- Elasticsearch
-

Message Brokers

- [RabbitMQ](https://github.com/paranoid-software/ephemerals.net/tree/main/rabbitmq)
- Google Pub/Sub
-

Third party services and/or applications

-