Narrow your search

Library

KBC (7)

Vlerick Business School (5)

KU Leuven (4)

UGent (3)

ULiège (3)

Odisee (2)

Thomas More Kempen (2)

Thomas More Mechelen (2)

UCLL (2)

VIVES (2)


Resource type

book (10)


Language

English (10)


Year
From To Submit

2024 (5)

2023 (2)

2022 (1)

2020 (1)

2018 (1)

Listing 1 - 10 of 10
Sort by

Book
Proceedings of the 1st ACM SIGMOD Joint International Workshop on Graph Data Management Experiences & Systems (GRADES) and Network Data Analytics (NDA)

Loading...
Export citation

Choose an application

Bookmark

Abstract

GRADES-NDA 2018 is the merger of the GRADES and NDA workshops, which were each independently organized at previous SIGMOD-PODS meetings, GRADES since 2013 and NDA since 2016. The focus of GRADES-NDA is the application areas, usage scenarios and open challenges in managing large-scale graph-shaped data. The workshop is a forum for exchanging ideas and methods for mining, querying and learning with real-world network data, developing new common understandings of the problems at hand, sharing of data sets and benchmarks where applicable, and leveraging existing knowledge from different disciplines. GRADES-NDA aims to present technical contributions inside graph, RDF and other data management systems on massive graphs. The purpose of this workshop is to bring together researchers from academia, industry, and government, (1) to create a forum for discussing recent advances in (large-scale) graph data management and analytics systems, as well as propose and discuss novel methods and techniques towards (2) addressing domain specific challenges or (3) handling noise in real-world graphs.

Keywords

Graph databases.


Book
Query Processing over Heterogeneous Federations of Graph Data.
Author:
ISBN: 9789180754897 Year: 2024 Publisher: Linköping : Linkopings Universitet,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This dissertation by Sijin Cheng explores query processing over heterogeneous federations of graph data. It delves into techniques and methodologies for managing and querying graph data spread across diverse data sources. The work aims to improve the efficiency and effectiveness of data retrieval in complex, distributed environments. It is intended for researchers, academicians, and professionals in computer science, particularly those specializing in data science, database management, and information retrieval.


Book
Principles of big graph : in-depth insight
Authors: --- ---
ISBN: 0323898114 0323898106 Year: 2023 Publisher: Cambridge, Massachusetts : Academic Press is an imprint of Elsevier,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Graph databases in action : examples in Gremlin
Authors: --- ---
ISBN: 1638350108 Year: 2020 Publisher: Shelter Island, New York : Manning,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
The Essential Criteria of Graph Databases.
Author:
ISBN: 9780443141638 0443141630 0443141622 Year: 2024 Publisher: San Diego : Elsevier,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book provides a comprehensive exploration of graph databases, covering their history, architecture, and applications. It delves into the fundamental concepts of graph computing and storage, the evolution of graph query languages, and the design of scalable and highly available graph database systems. The book also explores various graph algorithms and their applications in fields such as finance, medical care, and fraud detection. Aimed at professionals and researchers, it offers insights into the potential of graph databases to simulate human thinking and contribute to the development of artificial general intelligence.


Book
Graph Database and Graph Computing for Power System Analysis
Authors: ---
ISBN: 1119903874 1119903882 1119903890 Year: 2024 Publisher: Hoboken, New Jersey : John Wiley & Sons, Inc.,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Modern Techniques for Querying Graph-Structured Databases.
Authors: --- ---
ISBN: 9781638284253 1638284253 Year: 2024 Publisher: Norwell, MA : Now Publishers,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This monograph provides a comprehensive overview of modern query processing techniques designed to address these challenges.


Book
Plug-And-Play Visual Subgraph Query Interfaces
Authors: ---
ISBN: 3031161610 3031161629 Year: 2023 Publisher: Cham, Switzerland : Springer, Springer Nature Switzerland AG,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book details recent developments in the emerging area of plug-and-play (PnP) visual subgraph query interfaces (VQI). These PnP interfaces are grounded in the principles of human-computer interaction (HCI) and cognitive psychology to address long-standing limitations to bottom-up search capabilities in graph databases using traditional graph query languages, which often require domain experts and specialist programmers. This book explains how PnP interfaces go against the traditional mantra of VQI construction by taking a data-driven approach and giving end users the freedom to easily and quickly construct and maintain a VQI for any data sources without resorting to coding. The book walks readers through the intuitive PnP interface that uses templates where the underlying graph repository represents the socket and user-specified requirements represent the plug. Hence, a PnP interface enables an end user to change the socket (i.e., graph repository) or the plug (i.e., requirements) as necessary to automatically and effortlessly generate VQIs. The book argues that such a data-driven paradigm creates several benefits, including superior support for visual subgraph query construction, significant reduction in the manual cost of constructing and maintaining a VQI for any graph data source, and portability of the interface across diverse sources and querying applications. This book provides a comprehensive introduction to the notion of PnP interfaces, compares it to its classical manual counterpart, and reviews techniques for automatic construction and maintenance of these new interfaces. In synthesizing current research on plug-and-play visual subgraph query interface management, this book gives readers a snapshot of the state of the art in this topic as well as future research directions.


Book
Graph data processing with Cypher : a practical guide to building graph traversal queries using the Cypher Syntax on Neo4j
Author:
ISBN: 1804612650 9781804612651 Year: 2022 Publisher: London, England : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Get acquainted with Cypher in a guided manner quickly and learn how to query the graph databases with efficient and performant queries Key Features Work with Cypher syntax and semantics while building graph traversal queries Get up and running with advanced Cypher concepts like List, Maps, OPTIONAL MATCH Master best practices in writing effective queries leveraging data modeling and patterns Book Description While it is easy to learn and understand the Cypher declarative language for querying graph databases, it can be very difficult to master it. As graph databases are becoming more mainstream, there is a dearth of content and guidance for developers to leverage database capabilities fully. This book fills the information gap by describing graph traversal patterns in a simple and readable way. This book provides a guided tour of Cypher from understanding the syntax, building a graph data model, and loading the data into graphs to building queries and profiling the queries for best performance. It introduces APOC utilities that can augment Cypher queries to build complex queries. You'll also be introduced to visualization tools such as Bloom to get the most out of the graph when presenting the results to the end users. After having worked through this book, you'll have become a seasoned Cypher query developer with a good understanding of the query language and how to use it for the best performance. What you will learn Write Cypher queries from basic to advanced level Map the source data to the graph data model in an iterative fashion Load the data into a graph using LOAD CSV, APOC, and client drivers Map the business questions to graph queries effectively Identify query performance issues and fix them Extend capabilities of Cypher using APOC utilities Work with graph visualization tools like Bloom and Browser Who this book is for This book is targeted at Database Administrator, Database Developers, Graph Database Developers, and Graph Database Architects. This book will also help someone migrate from a DBA role to a graph data engineer or data scientist If you are working with graph databases and need to learn Cypher, or are a basic Cypher developer who wants to get better at data modeling and tuning queries to build performant Cypher queries, then this is the book for you.


Book
Graph databases : applications on social media analytics and smart cities
Author:
ISBN: 1003183530 1003183530 100099659X Year: 2024 Publisher: Boca Raton, FL : CRC Press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Cut the Gordian Knot of the Social Media Data chaos with the power of Graph Databases. Learn how to combine and migrate data from multiple sources to Neo4j.

Listing 1 - 10 of 10
Sort by