SustainGraph – A Knowledge Graph for the UN Sustainability Goals
Mar 13, 2023 4 mins read
Learn how SustainGraph tracks information and knowledge related to the United Nations Sustainable Development Goals. Read more →
Learn how SustainGraph tracks information and knowledge related to the United Nations Sustainable Development Goals. Read more →
Learn how you could effortlessly operationalize and scale your design with Neo4j's latest design system: Needle. Read more →
Who among us remembers how hard it was to learn to drive? If you haven’t learned to drive yet, or don’t intend to learn, how hard do you think it would be?Pretty daunting, as I remember (confession: it took me three… Read more →
Find out how Wardley Maps can be analyzed in Neo4j Graph Database to find the hidden knowledge in these maps. Read more →
See how David imports AI-generated sample datasets from ChatGPT into the graph data model in Neo4j Graph Database. Read more →
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 →
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 →
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 →
Discover how to use graph recommendation algorithm to predict reactions between a chemical and a specific cell line. 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 →
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 →
Discover how Neo4j supports cross-disciplinary research between technology and humanities researches in conversational AI. Read more →
Do you ever wonder what licenses you need for your Python project? Tom Nijhof made a tool to figure it out. Read more →
Discover how Vlad created Graphville, a graph educational platform with Neo4j courses to teach Cypher to beginners through storytelling. Read more →
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 →
Neo4j 5 introduces Autonomous Clustering, which makes it easier to run and administer scalable, fault tolerant, and highly available clusters. Read more →
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 →
It’s not a commonly used phrase yet, at least not in the information technology space: graph embedding. For now, it’s more of a data science phrase, borrowed from the playbook of mathematicians. Read more →
The new update in Neo4j's Bolt Protocol Driver fixes the DateTime issues with the seconds field by giving it UTC-aware structures. Read more →
Learn how to find solutions for real-world scenarios in Neo4j, by virtually projecting nodes and relationships. Read more →
If you use ours or anyone’s native graph database system, and you wind up with a data model that is not connected, not networked, and does not account for all the possible relationships between all the elements of data in your entire data warehouse, you’re doing it wrong. Read more →
Learn how to use Neo4j Graph Data Science and pathfinding algorithms to understand and optimize your supply chain performance. Read more →
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 →
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 →
The GraphQL team at Neo4j recently released beta support for GraphQL Subscriptions in the @neo4j/graphql library. Subscriptions allow clients to listen to changes in their Neo4j database for their real-time applications. Read more →