postgres-kafka-cassandra
gnomock
| postgres-kafka-cassandra | gnomock | |
|---|---|---|
| 1 | 5 | |
| 3 | 1,488 | |
| - | 0.2% | |
| 0.0 | 7.2 | |
| over 5 years ago | 2 months ago | |
| Go | Go | |
| - | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
postgres-kafka-cassandra
-
Data Pipeline between PostgreSQL and Cassandra using Kafka Connect
The code and config for this application is availablei in this GitHub repo - https://github.com/abhirockzz/postgres-kafka-cassandra
gnomock
-
How to unit test your database interactions with Docker
https://github.com/orlangure/gnomock does this pretty well, but I liked your solution too, it is neat.
-
Writing tests for APIs
gnomock https://github.com/orlangure/gnomock - like testcontainers
- Python/Django to Golang questions
-
Beginner-friendly resources to learn integration tests for MongoDb based server.
Try gnomock (https://github.com/orlangure/gnomock). It creates a mongodb container with a random port which you can use from your go tests. See project readme for an example (it uses postgres but it is very similar to mongodb).
-
How to mock DB for unit tests?
You could check out Gnomock (https://github.com/orlangure/gnomock). It offers a different approach than what you asked, but maybe it'll suit your use case. It allows to easily setup a real DB like postgres in a docker container and then delete ot when tests are done.
What are some alternatives?
kafka-connect-jdbc - Kafka Connect connector for JDBC-compatible databases
dockertest - Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.
go-random-chat - Modern real-time chat in scalable architecture.
is - Professional lightweight testing mini-framework for Go.
go-dcp-kafka - The Go implementation of the Couchbase to Kafka with DCP.
testcontainers-go - Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.