Are there any good options for visualising and exploring very large networks (millions of nodes and edges)?
An ideal solution would be something that takes an approach like google maps where it loads tiles of the specific area you're looking at only as it needs it and lets you zoom in on areas... does anything like this exist? I'm aware of some of the options like Gephi and Cytoscape, but I'm hitting the size limits with these.
Alternatively, are there any libraries/packages that might be useful for making this sort of thing? Assuming I had a dataset of every node and it's corresponding x and y coordinates.