RTUComputer ScienceYr 2026 · Sem 82026

Q9Big Data Analytics

Question

2 marks

Name a popular graph database.

Answer

Neo4j is the absolute industry-standard open-source Graph Database, mathematically engineered to violently map complex, highly connected data topologies.

Unlike SQL databases which struggle catastrophically with deep relational JOINs, Neo4j stores data as Nodes (users) and mathematical Edges (relationships). It can execute a query like "Find all friends of friends of John who like Python" in milliseconds, making it the architecture behind massive social networks.

Back to Paper