I am looking at some of the differences between Chef Server and Chef Solo. If I have chef-solo nodes configured, would it be possible to store their attributes gathered by Ohai in my own remote database? I am trying to mimic the Chef Server functionality a bit, but with my own technologies etc.
I don't think this functionality is built in chef solo by default, what would be a good way to add this? I am currently thinking about an additional handler that sends the attributes to a database?