I'm learning OrientDB and trying to write a web app to show data in graph. I'm confused about the data visualization tools.
So, I need to visualize data on web, for example, a user can query some data and get a graph.
I know that the OrientDB already provided a graph interface for data management (the one with port 2480). But I'm not sure whether this can be implemented in a web app. Or I need to use tools like D3.js and Alchemy.js.