John Vesterjohnjvester.hashnode.dev·Oct 28, 2024The Power of Market Disruption: How to Detect Fraud With Graph DataIn previous articles, I’ve mentioned my short career in the music industry. Let me tell a quick story about something really cool that happened while playing keyboards on a new artist project in 1986. Emerging from the solo section of the first song...Discusspuppygraph
Sachin HarpalaniforCerta's Tech Blogblog.certa.dev·Apr 16, 2024Graph Databases: To Use or not to use?Introduction In today's interconnected world, data isn't just about rows and columns—it's about relationships. From social networks connecting friends and family to recommendation engines suggesting our next favorite movie, understanding these intric...Discuss·66 readsgraph database
Saurabh Naiksaurabhz.hashnode.dev·Apr 12, 2024Unraveling Complexity: Advanced Knowledge Graph RAG with Relationship-Aware RetrievalIntroduction: In the ever-expanding landscape of data, understanding the intricate relationships between pieces of information is crucial for unlocking deeper insights and facilitating more meaningful interactions. Building upon the foundations of ba...Discuss·27 readsGenerative AIgenerative ai
Saurabh Naiksaurabhz.hashnode.dev·Apr 10, 2024Knowledge Graphs: Exploring Cypher Queries for Effective Data RetrievalIntroduction: In the ever-expanding landscape of data management, knowledge graphs stand out as powerful tools for organizing and leveraging information. A knowledge graph, structured as a database comprising nodes and relationships, offers a dynamic...DiscussGenerative AIData Science
Nikhil AkkiPronikhilakki.in·Dec 22, 2023Intro to Neo4jIntroduction Neo4j is a graph database that allows you to efficiently store, query, and analyze network and connected data. With its native graph storage and processing capabilities, Neo4j shines for working with highly connected data. Neo4j stores d...Discuss·1 like·38 readsNeo4j
MemgraphforMemgraphmemgraph.hashnode.dev·May 24, 2023How to Use GQLAlchemy Query Builder?GQLAlchemy query builder will help you build Cypher queries in no time! With this blog post, you will learn how to use different query builder methods to create, change, get, set, and remove data from Memgraph. You can find the original Jupyter Noteb...DiscussPython
Anders Kirkebyakirkeby.dk·Mar 10, 2023Connecting to Neo4j from a node.js apIn this tutorial, we will walk through how to set up a quick node.js-based app and connect it to a local Neo4j instance, so we can start querying data. A few assumptions about skill level I assume you have the basic knowledge to set up a node projec...Discuss·144 readsNode.js
MemgraphforMemgraphmemgraph.hashnode.dev·Jan 24, 2023Graph Database Query Languages You Should TryQuery languages used for graph data management are called graph query languages (GQLs). They define a way of extracting and retrieving data that has been modeled as a graph. All databases need to talk with their clients, so the query languages define...Discuss·190 readsMemgraph
MemgraphforMemgraphmemgraph.hashnode.dev·Dec 27, 2022The Cypher Query Language - Best PracticesCypher has a defined set of rules for writing readable and well-designed constructs like any other programming or query language. By following this guide, you will learn how to format and organize Cypher queries so that naming conventions and formatt...DiscussMemgraph
Anders Kirkebyakirkeby.dk·Nov 18, 2022How to query for data in Neo4jIn this post we will explore how to execute queries in Neo4j, the popular graph database, and retrieve nodes and edges to answer a few questions. We will use the default movies database from the Neo4j team as our model, construct Cypher-queries to an...Discuss·61 readscypher