Replies: 1 comment 1 reply
-
Hi @sweenu, To answer, let me go back a little in history. In first iterations, it was like you suggest: only a simple stateless data in, data out program. However this approach showed its limitations and therefore well, compromises to this simple architecture had to be made. Why not use
|
Beta Was this translation helpful? Give feedback.
-
I was wondering, is there a real usecase for the
unseen
filter?What can be done with it that is not possible with running goeland every X hours and having the
lasthours(X)
filter?I am asking this because IMO it adds complexity to both the code and to the usage. Makes goeland stateful, adds a file to be tracked, adds a purge command and related options, makes it a bit harder to package as well
I think this complexity, if not absolutely needed, makes goeland harder to get started with. We should rather have one way of doing things and document it well.
The same goes for
daemon mode
. It would be better to document well for each platform how to use their cron/daemon systems than have more compexity in the code and the program and make it harder for users.What do you think?
Beta Was this translation helpful? Give feedback.
All reactions