Memgraph 3.8 is here with real‑time graph intelligence.

Three things stand out:
- Atomic GraphRAG: graph augmented questions with one query.
- Vector Search in the Same Store: new hybrid graph‑vector patterns
- Parallel Runtime Improvements: analytical and traversal-heavy queries now run faster thanks to deeper parallelization across the runtime.

https://memgraph.com/blog/memgraph-3-8-release-atomic-graphrag-vector-single-store-parallel-runtime
#GraphDatabase #GraphRAG #KnowledgeGraphs

SurrealDB is now even easier to install than before thanks to the new Docker Extension. Literally just a click.
#GraphDatabase
https://surrealdb.com/

[GraphQLite - Cypher 쿼리 언어와 내장 그래프 알고리듬을 지원하는 SQLite 확장

GraphQLite는 SQLite에 그래프 DB 기능을 추가하는 확장 모듈로, Cypher 쿼리 언어와 내장 그래프 알고리듬을 지원합니다. 관계형 + 그래프형 데이터 모델링을 동시에 수행할 수 있으며, Neo4j 유사한 쿼리 경험을 제공합니다. Zero-configuration 구조로 별도 서버나 설정 없이 기존 SQLite 파일에서 바로 실행 가능하며, Python, Rust, SQL 인터페이스를 모두 제공합니다.

https://news.hada.io/topic?id=25913

#graphqlite #sqlite #cypher #graphdatabase #opendata

GraphQLite - Cypher 쿼리 언어와 내장 그래프 알고리듬을 지원하는 SQLite 확장

<ul> <li> <strong>SQLite</strong>에 <strong>그래프 DB 기능을 추가</strong>하기 위해 개발된 확장 모듈로, <strong>Cypher 쿼리 언어</strong>...

GeekNews

**GraphQLite - Cơ sở dữ liệu đồ thị trong SQLite với Cypher!**

Dự án mới cho phép sử dụng truy vấn đồ thị (Cypher) trực tiếp trong SQLite mà không cần chạy Neo4j. Hỗ trợ tạo nút, mối quan hệ, thuật toán như PageRank, tìm đường ngắn nhất. Tốc độ xử lý nhanh, phù hợp cho dự án nhỏ.

#GraphQLite #SQLite #Cypher #GraphDatabase #Tech #CôngNghệ #LậpTrình #Developer

https://www.reddit.com/r/opensource/comments/1q249ml/graphqlite_graph_database_capabilities_inside/

#GraphQLite: Đưa khả năng CSDL đồ thị vào SQLite với Cypher!

Dành cho dự án nhỏ, không cần Neo4j: Tiện ích này tích hợp ngôn ngữ Cypher vào SQLite, giúp thực hiện truy vấn đồ thị trên file database đơn lẻ.

Tính năng chính:
- Tạo node & quan hệ
- Truy vấn đường đi
- Chạy thuật toán: PageRank, phát hiện cộng đồng, đường ngắn nhất
- Xử lý 100.000+ node trong <1ms
- Hỗ trợ Python/Rust hoặc SQL thuần

Perfect cho prototype & ứng dụng nhẹ!

#Database #CypherQuery #GraphDatabase #SQLite #Vietnam

An overview of the graph database jungle with lots of easy to understand graphics and tables. Highly advised, very well done 🫶.. https://arxiv.org/pdf/1910.09017
#GraphDatabase #KnowledgeGraphs

🚀 We’re speaking at NODES 25 (Neo4j Dev Conference)!

Human-Centered Contact Tracing Apps

📅 Thursday, 6 November 2025

🎉 What you’ll learn
• Graph modeling with Neo4j for contact tracing
• Privacy-first, human-centered design
• Architecture and real-world implementation examples

🔗 FREE Registration: s.id/NODES2025

⛳️ Bookmark the session URL:
https://neo4j.com/nodes-2025/agenda/human-centered-contact-tracing-apps/?utm_source=SpeakerContest&utm_campaign=Irwan&Kautsar

#NODES25 #Neo4j #GraphDatabase #ContactTracing

This clinical knowledge graph is 80GB of real-world knowledge you can import into Neo4j. Representative data far beyond the many tiny graph RAG datasets you see in every possible article and (graph database) vendor showcase. https://github.com/MannLabs/CKG #Neo4j #GraphDatabase #RAG #KnowledgeGraph
TypeDB v3 benchmarks are out—and they’re making waves.
Graph databases built in C++ (e.g. Memgraph), Go (Cayley), and Rust (TypeDB) are showing impressive scalability and performance, outpacing Neo4j in several key metrics.
Neo4j’s popularity and ecosystem remain undeniable, but it’s clear: the graph database landscape is evolving fast, and strong contenders are emerging across languages and architectures.
https://typedb.com/blog/first-look-at-typedb-3-benchmarks
#GraphDatabase
HelixDB is an open source graph-vector DB with native support for reranking, MCP and graph RAG. Written in Rust, it has its own type-safe query language and explicit schema support. https://www.helix-db.com/ #GraphDatabase #Graphs