Creating Graphville: Learn Neo4j & Cypher Through Stories
Dec 15, 2022 7 mins read
Discover how Vlad created Graphville, a graph educational platform with Neo4j courses to teach Cypher to beginners through storytelling. 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 →
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 →
Learn how to overcome the Tuple error or the "wrong" record type in Java 17 Records and the Neo4j-Java-Driver. 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 →
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 →
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 →
Learn how to find solutions for real-world scenarios in Neo4j, by virtually projecting nodes and relationships. 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 →
Learn how to use Neo4j Graph Data Science and pathfinding algorithms to understand and optimize your supply chain performance. Read more →
Data Importer’s latest release 0.5.0 brings exciting improvements that make graph modeling and mapping smoother through a visual preview. 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 →
Try using graph databases for cybersecurity with this example dataset in the Neo4j Sandbox online for free. Read more →
As a famous hero once said: With data model flexibility comes great responsibility.The schema optionality of Neo4j is convenient for rapid prototyping but can turn into quite the nightmare if the data complexity is not tamed as the dataset grows… Read more →
Earlier this year, we introduced a new tool, Data Importer, to help users easily import their flat file data into Neo4j’s graph database without writing a single line of code. It works by simply providing your flat file data (CSV or TSV) to the Data Importer web interface, modeling the nodes and relationships visually, and mapping the files to your model. Read more →
Knowing your users is vital to any business. When your users can interact with each other on a social media platform, content sharing platform, or even work-related platforms, you can construct a network between your users based on their interactions and extract graph-based features to segment your users. Of course, these same approaches can be applied to other platforms that are not user-centric. Read more →
Introducing Neo4j Data Warehouse Connector, making it easier than ever to move data between your data warehouse and graph database! Read more →
It was always my intention to build the new site in the open on the Neo4j Twitch Channel, but in the end, time got the better of me and I ended up quietly developing the backend in stealth mode. So, in lieu of a Twitch stream, I wanted to take the time to write a follow-up post with some of the more technical aspects of the GraphAcademy rebuild. Read more →
In the last week of June 2022, Neo4j Ops Manager (NOM) was released. My colleague Chris Shelmerdine published a great post with many insights into functionality but also into technical details about how NOM is built: Introducing Neo4j Ops Manager: The Tool You Need to Boost Your Ops Team’s Productivity. Read more →
Learn how to use Neo4j Graph Data Science and Python to capture key centrality and community metrics for supply chain analytics. Read more →
The Neo4j GraphQL Toolbox is a UI that allows you to easily write and execute GraphQL queries and mutations against your Neo4j database. Read more →
A wave of graph-based approaches to data science and machine learning is rising. We live in an era where the exponential growth of graph technology is predicted [1]. The ability to analyze data points through the context of their relationships… Read more →