Experiment on the applicability of the graph database JanusGraph for solving the problem of finding suitable paths
Hello everyone. We are developing a product for analyzing offline traffic. The project includes a task related to the statistical analysis of visitor movement paths across areas. As part of this task, users can query the system in the following ways: how many visitors moved from area 'A' to area 'B'; how many visitors moved from area 'A' to area 'B' through area 'C', and so on.
