June 2024
Intermediate to advanced
290 pages
7h 52m
English
In the previous chapters, we’ve considered networks as data structures that we can analyze to extract insight into data science problems. In this chapter, we’ll consider networks as data storage options, linking many pieces of information in a multi-relational way. Many storage options exist but we’ll focus on an open source option that integrates well with Python—Neo4j.
We will cover the following topics in this chapter:
By the end of this chapter, you’ll understand the advantages of graph databases to store network science datasets, be able to visualize graph databases and know how to query them for the quick retrieval of relevant information. You’ll ...
Read now
Unlock full access