- Does it support both Cypher and Gremlin?
- Yes — switch between Cypher (Neo4j/Amazon Neptune) and Gremlin (Apache TinkerPop, used by JanusGraph, Amazon Neptune, Azure Cosmos DB) syntax modes.
- Can I import my own graph data?
- Paste CSV or JSON node/edge data and the explorer builds an in-browser graph to run queries against. The data never leaves your browser.
- What graph algorithms are demonstrated?
- Shortest path (Dijkstra), PageRank, community detection (Louvain), and centrality metrics are visualized with sample queries for each.