nosqlbench/devdocs/sketches/datashape.dot

8 lines
95 B
Plaintext

graph {
{ rank=same;
operations -- dataset;
}
dataset -- datashape;
datashape -- operations;
}