Do you know what the graph database-Neo4j is all about? come and see

1. Background introduction Recently, a fan asked me how to achieve the celebrity relationship effect in Baidu Encyclopedia? For example, the effect shown in the figure below: Can this function be implemented using a relational database? The answer is of course yes! In fact, simple relationship maintenance is something that relational databases are good at. […]

The method of neo4j importing Excel data with python

Directory neo4j download Introduction to neo4j Introduction to neo4j neo4j sample project introduction neo4j modify password Connect to GraphXR Use Python to import Excel data to neo4j code part About creating nodes: Regarding creating relationships: Finish Download of neo4j Neo4j download URL: Neo4j Download Center – Graph Database & amp; Analytics Click Download Neo4j Desktop […]

vue+neo4j (neo4j desktop installation and use)

vue + neo4j (neo4j desktop installation and use) Table of Contents vue + neo4j (neo4j desktop installation and use) Official website download and install basic use create project New database Connect to the database Use cypher to build a simple knowledge graph create node create relationship Delete nodes and relationships Query nodes and relationships Data […]

Knowledge graph is not difficult, use Neo4j and Python to build social graph (middle)

A knowledge graph is a graphical knowledge base used to represent and store knowledge, which describes information such as entities, concepts, relationships between entities, and attributes in the real world. The construction of a knowledge graph requires collecting data from multiple sources, and using technologies such as natural language processing and machine learning for data […]

Knowledge graph is not difficult, use Neo4j and Python to create social graph (below)

A knowledge graph is a graphical knowledge base used to represent and store knowledge, which describes information such as entities, concepts, relationships between entities, and attributes in the real world. The construction of a knowledge graph requires collecting data from multiple sources, and using technologies such as natural language processing and machine learning for data […]

Galaxybase-convert practice: two-step implementation of Neo4j data migration [graph database data migration practice]

Foreword Galaxybase is the first domestic ultra-large-scale distributed parallel native graph platform product independently developed by Chuanglin Technology. It has excellent data read and write query performance, strong visual analysis capabilities, rich programmable interfaces and out-of-the-box graph algorithms The engine is a graph data full-life cycle and one-stop management platform that integrates storage, calculation, and […]

Knowledge Graph Project–Knowledge Graph of Zhang Xueliang’s Character of Red Culture (Neo4j+vue+flask+mysql Implementation)

Knowledge Map of Zhang Xueliang’s Brief History_Description Document This project is the final assignment of the third-year knowledge map course of the major of artificial intelligence. It is intended to complete a red cultural knowledge map with Zhang Xueliang as the background. Put the code address of this project at the end of the article. […]

Graduation project: Vue3+FastApi+Python+Neo4j realizes the theme knowledge map web application – data processing: data upload

Introduction Complete project resource link: https://download.csdn.net/download/m0_46573428/87796553 For project details, please see: Graduation Project: Vue3 + FastApi + Python + Neo4j to Realize the Web Application of Theme Knowledge Graph–Preface_Artificial Intelligence Technology Xiaobai Practice Manual Blog-CSDN Blog The data upload function of the data processing module. Main code Frontend Html A div element (with id “main”) […]

Graduation project: Vue3+FastApi+Python+Neo4j realizes the theme knowledge map web application – data processing: entity fusion

Introduction Complete project resource link: https://download.csdn.net/download/m0_46573428/87796553 For project details, please see: Graduation Project: Vue3 + FastApi + Python + Neo4j to Realize the Web Application of Theme Knowledge Graph–Preface_Artificial Intelligence Technology Xiaobai Practice Manual Blog-CSDN Blog This article introduces the entity fusion function of the data processing module. Main code Frontend Html This is a […]

Graduation project: Vue3+FastApi+Python+Neo4j realizes the theme knowledge map web application – front and back end: knowledge question and answer

Introduction Complete project resource link: https://download.csdn.net/download/m0_46573428/87796553 For project details, please see: https://blog.csdn.net/m0_46573428/article/details/130071302 Knowledge question and answer is the highlight of almost all knowledge graph applications, and it took me a lot of energy to write. Functional design: enter a question, retrieve the answer in the background and return it. Main code Frontend Html This code […]