OpenSearch: Migrating an append only index to a datastreamData streams are great for append only data like metrics, logs and events. It makes setting up, routing requests and rolling over an index…Jul 24, 2022Jul 24, 2022
Published inIsraeli Tech RadarGolang test mocking using dependency injectionYou will often have a struct with many dependencies for your main logic. Dependency injection comes in handy if you want to test and mock…Feb 19, 2021Feb 19, 2021
Published inIsraeli Tech RadarIntegrate Vault with Django testingI’ve integrated Vault into a Django application, but didn’t want to mock it out during testing. I had to verify that the secret was…Feb 19, 2021Feb 19, 2021