Complete rewrite is planned. Waiting on good time allotment to work on it #12
maietta
announced in
Announcements
Replies: 2 comments
|
Note for those following: I would like to inform you that I have plans to commence work on rewriting Chadburn before the end of this month, April 2022. The rebuild will focus on achieving the following objectives: For the users:
Features:
Tooling:
|
0 replies
|
Update late Oct: I don't make money working for free, so bear with me here, plz. I'm working on projects to keep money coming in but I will be spending time sometime before the year is out to try and get an experimental release available with the goal of being before this year is out. I apologize for the really long delay on this. There's a lot of improvements I want to make including ability to easily review and remove labels on any container/service. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
After careful review of the code, I have decided to begin my journey into rewriting Chadburn with the following goals:
The fsouza/go-dockerclient dependency is being used in order to track docker events for updated service labels. The way this library works requires pulling and is not capable of real-time monitoring of docker events. I am removing this dependency in favor of the following core prototype listener as seen below:
All reactions