TestContainers: making Java integration tests easy zeroturnaround.com
TestContainers make integration tests in Java easy. You get fully isolated, repeatable environments with normal JUnit tests using @Rules to set up docker.. (more…)
Read more »Apache Arrow puts forward a cross-language, cross-platform, columnar in-memory data format for data. It is designed to eliminate the need for data serialization and reduce the overhead of copying. Read more