Tag

Neo4j

0 views collected around this technical thread.

Java Architecture Diary
Java Architecture Diary
May 15, 2025 · Artificial Intelligence

What’s New in LangChain4j 1.0.0? A Deep Dive into Java AI SDK Features

LangChain4j 1.0.0 brings official OpenAI SDK support, GitHub Models integration, expanded database and vector store compatibility, customizable HTTP clients, and clear migration steps for renamed interfaces and streaming methods, marking a major milestone for Java AI development.

AI SDKJavaLLM
0 likes · 7 min read
What’s New in LangChain4j 1.0.0? A Deep Dive into Java AI SDK Features
DaTaobao Tech
DaTaobao Tech
Sep 20, 2024 · Databases

Database Technology Evolution: From Hierarchical to Vector Databases

The article chronicles the evolution of database technology from early hierarchical and network models through relational, column‑store, document, key‑value, graph, time‑series, HTAP, and finally vector databases, detailing each system’s architecture, strengths, limitations, typical uses, and future trends toward specialization, distributed cloud‑native designs, and AI‑driven applications.

HBaseHTAPInfluxDB
0 likes · 52 min read
Database Technology Evolution: From Hierarchical to Vector Databases
JD Tech
JD Tech
Jul 15, 2024 · Databases

A Comprehensive Overview of Nine Database Types and Polyglot Persistence Practices

This article provides an in‑depth survey of nine database categories—including relational, key‑value, columnar, document, graph, time‑series, and vector databases—detailing their architectures, advantages, disadvantages, best‑practice recommendations, typical use cases, and how they can be combined in polyglot persistence solutions.

ClickHouseDatabase TypesElasticsearch
0 likes · 41 min read
A Comprehensive Overview of Nine Database Types and Polyglot Persistence Practices
DataFunSummit
DataFunSummit
Dec 13, 2023 · Artificial Intelligence

Building an Event Knowledge Graph for Telecom Network Operations: AI R&D Center Case Study

This article details how China Telecom's AI R&D Center constructs a network‑operation event knowledge graph using AI techniques and Neo4j, covering the operational challenges, ontology design, data extraction pipelines, system architecture, practical applications, and future outlooks.

AINeo4jUIE model
0 likes · 17 min read
Building an Event Knowledge Graph for Telecom Network Operations: AI R&D Center Case Study
DataFunTalk
DataFunTalk
Oct 15, 2023 · Artificial Intelligence

Building an Event Knowledge Graph for Telecom Network Operations

This article describes how China Telecom's AI R&D Center designs and implements a network operations event knowledge graph using AI techniques, graph databases, and UIE models to improve fault handling, automate recommendations, and enhance intelligent assistance for telecom network maintenance.

AINeo4jUIE model
0 likes · 16 min read
Building an Event Knowledge Graph for Telecom Network Operations
DataFunTalk
DataFunTalk
Jan 14, 2023 · Databases

Evolution and Architecture of Graph Databases: From Early Designs to Modern Distributed Systems

This article surveys the development of graph databases, describing their underlying data models, storage designs across relational, native, document, and wide‑column systems, and reviewing representative modern distributed graph databases while discussing current challenges and future directions such as GQL standardization and graph‑AI integration.

Big DataNebulaGraphNeo4j
0 likes · 29 min read
Evolution and Architecture of Graph Databases: From Early Designs to Modern Distributed Systems
DataFunTalk
DataFunTalk
Aug 24, 2022 · Databases

Building Intelligent Supply Chains with Graph Databases and Knowledge Graphs

This article explains how the data challenges of modern intelligent supply chains can be addressed by using graph databases and knowledge graphs, detailing supply chain background, graph database fundamentals, graph algorithms, and real‑world case studies that illustrate risk assessment and logistics optimization.

Neo4jgraph algorithmsgraph database
0 likes · 18 min read
Building Intelligent Supply Chains with Graph Databases and Knowledge Graphs
php中文网 Courses
php中文网 Courses
Jul 28, 2022 · Databases

PHP Neo4j Library (church/neo4j): Installation, Initialization, and Transaction Operations

This article introduces the PHP Neo4j library church/neo4j, outlines its PHP ≥ 7.4 environment requirements, shows how to install it via Composer, and provides detailed code examples for initializing the client, building statements, managing transactions, and running unit tests.

ComposerDatabaseNeo4j
0 likes · 2 min read
PHP Neo4j Library (church/neo4j): Installation, Initialization, and Transaction Operations
DataFunTalk
DataFunTalk
Jul 13, 2022 · Databases

Technical Analysis and Case Studies of Knowledge Graphs by Neo4j

This presentation explains where knowledge resides in data architectures, demonstrates knowledge‑graph‑driven skill discovery, metadata management, and semantic search, and concludes with a comparison of GraphQL and Cypher for graph queries, illustrated with real‑world Neo4j case studies.

CypherGraphQLNeo4j
0 likes · 11 min read
Technical Analysis and Case Studies of Knowledge Graphs by Neo4j
Aikesheng Open Source Community
Aikesheng Open Source Community
Jan 19, 2022 · Databases

Using Neo4j to Complement MySQL for Complex Relationship Queries

The article demonstrates how MySQL handles simple relationship queries efficiently but struggles with deep relational traversals, and shows how the graph database Neo4j can replace MySQL in such scenarios, providing faster query execution and better scalability for multi‑level social connections.

MySQLNeo4jRelationship Queries
0 likes · 10 min read
Using Neo4j to Complement MySQL for Complex Relationship Queries
vivo Internet Technology
vivo Internet Technology
Oct 13, 2021 · Databases

Understanding Graph Databases: Concepts, Trends, and Neo4j Example

The article explains graph databases—where nodes and edges model entities and relationships—covers their query languages, rapid global popularity since 2014, Neo4j’s property‑graph implementation and example knowledge graph, compares alternatives, and urges Chinese researchers to pursue independent theoretical and engineering innovation.

Independent InnovationNeo4jProperty Graph
0 likes · 6 min read
Understanding Graph Databases: Concepts, Trends, and Neo4j Example
Python Programming Learning Circle
Python Programming Learning Circle
Dec 5, 2020 · Databases

Using Neo4j Graph Database with Py2neo: Nodes, Relationships, Subgraphs, Walkable, and OGM

This article provides a comprehensive guide to Neo4j, an open‑source graph database, covering its data model, key features, installation, and detailed Python usage with the Py2neo library, including node and relationship creation, property handling, subgraph operations, walkable traversals, and object‑graph mapping (OGM).

CQLNeo4jOGM
0 likes · 16 min read
Using Neo4j Graph Database with Py2neo: Nodes, Relationships, Subgraphs, Walkable, and OGM
Architects Research Society
Architects Research Society
Aug 17, 2020 · Databases

Interview with JanusGraph PMC Members on Graph Database Landscape, Neo4j Comparison, and Deployment Best Practices

In this interview, JanusGraph PMC members Florian Hockmann and Jason Plurad discuss the project's origins, compare JanusGraph with Neo4j, share advice for production deployments, outline future expectations for JanusGraph and TinkerPop, and provide practical tips for graph modeling and community contribution.

CassandraElasticsearchGremlin
0 likes · 16 min read
Interview with JanusGraph PMC Members on Graph Database Landscape, Neo4j Comparison, and Deployment Best Practices
Architecture Digest
Architecture Digest
May 9, 2020 · Databases

Understanding Graph Databases: Concepts, Comparisons, and Query Language

This article introduces graph databases, explains their underlying graph model, compares them with NoSQL and relational databases, reviews popular implementations such as Neo4j and JanusGraph, and demonstrates querying with the Cypher language, highlighting their advantages for complex relationship queries in modern data‑intensive applications.

CypherData ModelingJanusGraph
0 likes · 10 min read
Understanding Graph Databases: Concepts, Comparisons, and Query Language
37 Interactive Technology Team
37 Interactive Technology Team
Feb 20, 2020 · Artificial Intelligence

Risk Control System for Detecting Game Account Fraud Using Feature Engineering and Graph Database

The article describes a risk‑control pipeline for detecting high‑volume fraudulent game accounts, detailing data collection from game logs, extensive feature engineering and statistical tests, enrichment via a Neo4j knowledge graph, and a hybrid RandomForest‑GBDT model combined with methods to filter personal accounts.

Data MiningFeature EngineeringNeo4j
0 likes · 8 min read
Risk Control System for Detecting Game Account Fraud Using Feature Engineering and Graph Database
Qunar Tech Salon
Qunar Tech Salon
Aug 29, 2019 · Information Security

Using Graph Databases for Fraud Detection in Ride‑Hailing Platforms

The article explains how building a Neo4j‑based social graph of users, drivers, devices and other attributes enables detection of individual and group subsidy‑abuse fraud in ride‑hailing services through multi‑hop relationship analysis and targeted rule‑based alerts.

Neo4jRide-hailinganti-fraud
0 likes · 6 min read
Using Graph Databases for Fraud Detection in Ride‑Hailing Platforms