Hi All,
I am converting a (let's say relational) system into Neo. In the current system, we generate a unique ID for each new row. The ID is only 5 digits, alpha numeric e.g. '01BJF' and is generated sequentially (the next id would be '01BJG') and ...