I'm looking for a database system which has the following capabilities:
- Hierarchical (multi-dimensional) keys
- An ordering of keys at each dimension
So if my key is like App > User > Item
I can run a query like: "what is the next item for this user?" Or "What is the next user for this app?"
I basically want a multi-dimensional tree. I found GTM, and am wondering if there are any other products like this.