Content Deep Dive
Work with DSE Graph in Your Web Applications Part (2/2) : Visualization
Blog post from DataStax
Post Details
Company
Date Published
Author
Cedrick Lunven
Word Count
1,166
Language
English
Hacker News Points
-
Summary
In this two-part series, we explored integrating graph databases with web applications. Part 1 focused on creating a data access object (DAO) to implement basic CRUD operations for vertices and edges. In this second part, we delved into graph visualization in user interfaces using Javascript frameworks like D3js, HighCharts, and VisJS. We also discussed how to create a REST API accepting Gremlin queries as input and generating JSON format expected by VisJS. The final result is an interactive and visually appealing representation of data from graph databases.