Explore the Neo4j Entity Resolution Sandbox
May 09, 2022 4 mins read
Identify digital records, link them to real-world entities, and reduce duplicates using Neo4j Entity Resolution Sandbox. Read more →
Identify digital records, link them to real-world entities, and reduce duplicates using Neo4j Entity Resolution Sandbox. Read more →
In our world today, we seem to encounter crises and global struggles on a daily basis. But what if we could help others and improve life around us using the data and technology at our fingertips? Graph databases like Neo4j help us do exactly that. Read more →
A lesser-known feature of Cypher allows you to determine with equal precision what gets returned by the query in a JSON format similar to a GraphQL output. Read more →
In this blog post, we’ll use Neo4j to turn the European Gas Network into a knowledge graph to analyze the data.Photo by Rostislav Artov, UnsplashThe crisis between Ukraine and Russia caused relations between Russia and the E.U. to fall to the lowest… Read more →
Exploring the meaning of data with an appropriate visualization is extremely important for us, and for the users who want to explore the relationships and properties stored in their database. Read more →
With winter officially behind us, we at Neo4j have been busy in the workshop sharpening our (Dev)Tools with meticulous precision to bring you the latest releases. Read more →
We’re heavy users of Auth0 at Neo4j, with many of our products and services using Auth0 for authentication. For example, when logging into Neo4j Aura or Neo4j Sandbox, you are greeted with a customized Auth0 login screen. Read more →
News is much more than just the articles you see on the front pages. A lot of the detail is hidden behind metadata that’s not immediately visible. Today we want to look behind the scenes, using the NYTimes API to access some of the article metadata. Read more →
Cryptocurrencies have become more and more integrated into our daily life. Many cryptocurrencies like Bitcoin and Ethereum are decentralized networks based on blockchain technology. They have a wide array of use-cases and have been implemented by various companies and governments.… Read more →
In part 4 of our fraud detection series, we will cover how to apply graph machine learning to predict the high fraud risk user accounts we labeled in parts 1, 2, and 3. Read more →
In part 3 of our fraud detection series, we may want to expand beyond our business logic to automatically identify other users that are suspiciously similar to the fraud risks already identified. Read more →
In part 2 of this fraud detection series, we will provide more formal definitions for resolving entities that will allow us to partition well-defined communities in a scalable manner. Read more →
In the first part of this fraud detection series, we will introduce the sample graph dataset we are using and begin exploring the graph for potential fraud patterns. Read more →
Fraud Detection is one of today's most challenging data science problems. Thankfully, Neo4j Graph Data Science (GDS) offers practical solutions that empower data scientists to make rapid progress in fraud detection analytics and machine learning. Read more →
As we’re nearly at the end of February, it’s a belated Happy New Year from the Neo4j DevTools teams, but we’re pleased to be bringing you our first releases of the year. In this update we’ve got the beta launch of Neo4j Data Importer and new productivity features for Neo4j Browser. Read more →
This week we welcome the release of Neo4j Bloom 2.1, with the new feature: filtering and rule-based styling based on times and dates. Read more →
Neo4j is excited to announce the release of the Neo4j GraphQL Library 3.0.0! Initially driven by the requirement to perform some major dependency upgrades, we have taken the opportunity to work through a backlog of breaking changes to improve the experience with the library, and to perform some much needed cleanup in key areas. Read more →
In this article, we’ll cover some best practices for using Neo4j drivers in your application. The code examples will all be in Python for simplicity, but the basic practices outlined apply to all languages supported by Neo4j. Read more →
In this week's Discover Neo4j AuraDB Free, we explore the Wordle dataset and try to solve the quizzes using graphs. Read more →
Spring Boot 2.4+ and the Neo4j Java Driver is now more integrated than ever – thanks to the VMWare engineers and Neo4j team. Read more →
In this blog post, we will write Java code to connect to Neo4j and run a query from AWS Lambda. Read more →
Two weeks ago, a colleague asked if I could help him import his personal ancestry data into Neo4j. He sent me a GEDCOM file, and I gave it a try. Read more →
Check out how to build and visualize an organization chart with graph databases, which gives you a 360° view of your organization. Read more →
In this week's Discover AuraDB Free, we used a subset of a published NFT Trades dataset to model, import, and analyze the transactions. Read more →
Building a web app doesn't need to be complicated. Choosing the correct technologies and architecture is already 50 percent of the solution. A RESTful API can be the backbone of any application. Read more →