[python + Neo4j] simple use of knowledge map tool

[python + Neo4j] simple use of knowledge map tool Write at the front: because the graduation project needs to use the knowledge map tool to visually display the csv form, after learning Zhihu, blog, etc., we decided to use neo4j for preliminary implementation. This article records the whole process of Xiaobai's entry, for novices' reference! ...

Posted by cyberRobot on Fri, 18 Feb 2022 22:17:06 +0100

neo4j data loading

I Load from relational database 1. Description: In the project, we extract relevant data from the relational database (MySQL) and import it into neo4j through jdbc. If the data source is a non relational database, we will also clean it into the style of relational database through script, and then import neo4j from mysql. Of course, we can al ...

Posted by jake8 on Sat, 15 Jan 2022 09:18:33 +0100

Analyze bitcoin blockchain using graph data

Here's the table of contents: Analyze bitcoin blockchain using graph data The whole process is to obtain data from one format (blockchain data) and convert it to another format( Graphic database ). The only thing that makes this conversion more difficult than typical data conversion is the understanding of data format; Before starting ...

Posted by munkee on Thu, 23 Dec 2021 06:06:27 +0100

1, neo4j Chinese document - Getting Started Guide

neo4j Chinese document - Getting Started Guide Neo4j v4.4 permit: Knowledge sharing 4.0 neo4j Neo4j is the world's leading graphics database. The architecture is designed to optimize the management, storage, and traversal of nodes and relationships. Graph database adopts attribute graph method, which is good for traversal performance and opera ...

Posted by mlavwilson on Wed, 08 Dec 2021 04:48:10 +0100