Greg King, Product Manager for Neo4j Developer Tools, Neo4j Feb 01, 2023 4mins read
The latest release of Neo4j Data Importer introduces a new way to load more data sources without the need for pre-processing. By allowing you to apply simple filters to files we’re enabling loads in more scenarios, including:Generally keeping data relevant… Read more →
Tom Nijhof, Back End Developer at CytoSMART Jan 26, 2023 3mins read
I got a helpful email from Ron van Weverwijk pointing out that constructing a Cypher query every time does not give the best performance. I didn’t know at the time that this would also solve another problem. The problem is… Read more →
Tom Nijhof, Back End Developer at CytoSMART Jan 26, 2023 6mins read
PubChem is a database with millions of chemical compounds. All these can be downloaded and put into your graph database as a basis for your project.I downloaded 197M synonyms related to 57M compounds for the Open Measurement project.Open MeasurementThis project is… Read more →
Tom Nijhof, Back End Developer at CytoSMART Jan 26, 2023 7mins read
Combining PubChem and Neo4j even furtherIn my last blog, I downloaded 197M nodes of all the chemical synonyms out of PubChem. This number was of course too low to cover every chemical synonym ever used.I do want to connect the compounds from… Read more →
Proper modeling of a graph database may be challenging. Because it requires a little bit of a different approach than relational database, we need to take into consideration what types of questions we want to answer.Luckily, nowadays we can use tools… Read more →
Adam Cowley, Developer Experience Engineer at Neo4j Jan 12, 2023 5mins read
The main features of the plugin: Manage connections to Neo4j instances in the Sidebar, manage query parameters and run Cypher from a file or text selection.How did we get here?As a developer building Neo4j Applications in VS Code, I often switch… Read more →
Tom Nijhof, Back End Developer at CytoSMART Jan 05, 2023 6mins read
The open measurement graph will be used to find connections between different measurements in different experiments and conditions. In a previous blog, we added chemical compounds — and their synonyms — from PubChem into the graph. In this blog, we are going to populate… Read more →
Michael Hunger, Head of Product Innovation & Developer Strategy, Neo4j Dec 06, 2022 8mins read
ChatGPT was launched by open.ai and Michael has explored different areas of its application and tried applying it to learning graph databases. Read more →
Adam Cowley, Developer Experience Engineer at Neo4j Nov 28, 2022 3mins read
If you are a seasoned Neo4j user, you may already know about GraphAcademy, Neo4j’s free, self-paced, hands-on online training platform. We offer a wide range of courses completely free of charge, teaching everything from Neo4j Fundamentals to how to develop… Read more →
Jonathan Thein, Product Marketing – UserTools Nov 08, 2022 4mins read
With Autumn in full swing, we have a few new features in Neo4j Bloom to call out that make graph data visualization and exploration even easier and more intuitive.Let’s start by introducing this neat little trick for anyone getting started… Read more →
Jonathan Thein, Product Marketing – UserTools Nov 03, 2022 3mins read
Neo4j Data Importer is the no-code approach to loading your flat file data into Neo4j, and it’s come a long way since its beta debut in March 2022. Read more →
When I discovered Neo4j Graph Database, it was love at a first sight. It solves a lot of problems of highly relational databases. Besides, its visual representation of the data model is much easier to read and understand. Read more →
As graph databases and graph data is getting more traction in the world the need for specialized graph powered visualization tools to provide feedback to end users is needed.A variety of tools are already available to visualize force-directed graphs but as… Read more →
Michael Hunger, Head of Product Innovation & Developer Strategy, Neo4j Aug 22, 2022 10mins read
Over the weekend I was watching the first few (very short) episodes of the new Groot series with my daughter and thought we could revisit the Marvel Data API in our livestream. Read more →
Chintan Desai, Consulting Engineer, Neo4j Aug 17, 2022 4mins read
Health care analytics is an analysis activity that can be undertaken as a result of data collected from four areas within healthcare:Claims and Cost DataPharmaceutical and Research and Development (R&D) DataClinical Data (collected from electronic medical records (EHRs))Patient Behavior and Sentiment Data (patient… Read more →