I have a bunch of points {A, B, C, ...., X} and I want to store their distances in a matrix. One extra complication is that the distance from A to B and not the same as the distance from B to A, they are asymmetric.
My aim is to store this matrix in a collection in MongoDB but I really don't know how to, is that possible? any advice/ guidance is much appreciated.