fmadio / public

fmadio issue tracking
MIT License
8 stars 3 forks source link

yaf as default container #244

Closed fmadio closed 6 years ago

fmadio commented 6 years ago

add in yaf as a default application with a few analytics runtime scripts as examples

fmadio commented 6 years ago

looking into it in more detail, technically possible to include it built in.. but I think a better approach is via a full lxc container. that way its trivial to setup build and maintain. plus its a fully generic system.

use it with fmadio_rsync to pull the data over loopback. should be more than fast enough for anything.

fmadio commented 6 years ago

too many random shared libraries ... will be pita to get this to link statically. other benifit is its easy to offload to a dedicated machine should the need arise. e.g. fmadio_rsync does all the work for that.

fmadio commented 6 years ago

YAF now included in the default image on all systems. closing