You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 7, 2024. It is now read-only.
Even though there is a closed ticket (#878) pointing to https://github.com/adyach/nakadi-docker , this image, along with the provided docker-compose.yml of this repository, does not suffice.
It assumes that the database schema has been created in postgres. Not to mention the fact that it is an unofficial image and does not get updates.
If we seriously consider Nakadi to be adopted by people and organizations outside of Zalando, its release process must include pushing the latest version to dockerhub with a way to run everything with a simple docker-compose.yml file. Just look outside at projects like Kafka, Elastic (with ELK), etc.
Adding a simple docker build && docker push to the build pipeline, along with some scripts should not take too much time.