So I want to create 'n' number of nodes for 'n' number of days starting from a fixed start date (say 2020-01-01) to a fixed end date (current day).
How can I do this in a smart way (by using some kind of loop). I tried using UNWIND, but that seems to...