azist / azos

A to Z Sky Operating System / Microservice Chassis Framework
MIT License
213 stars 29 forks source link

TreeBuilder - Add Conf.Forest tree update script component #799

Closed zhabis closed 1 year ago

zhabis commented 1 year ago

The script interpreter will go level by level doing node saves

 node::root
 {
    action="require"
    asof="1/1/1"

   node::child1
   {
     action="insert"
     props{ z="sssssssssssssssssss"}
   }
   node::policy
   {
     action="upsert"
     props{ a=1 b=2}
     config{ b=d}
   }
}
itadapter commented 1 year ago

done