Typing the Neo4j Query API
Jul 23 8 mins read
Discover a simple way to query Neo4j through your favorite HTTP client with Neo4j Query API. Read more →
Discover a simple way to query Neo4j through your favorite HTTP client with Neo4j Query API. Read more →
How to add retrieval-augmented generation (RAG) to your @neo4j/graphql projects using LangChain.js, step-by-step. Read more →
Discover GraphQL best practices to make your GraphQL development process more efficient and deliver better product. Read more →
Explore the improved Neo4j GraphQL Toolbox: Boost GraphQL APIs with @neo4j/graphql. Autogenerate APIs, no resolvers needed. Read more →
Learn how to use StepZen and Neo4j to build transformational GraphQL APIs that take building applications to new heights. 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 →
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 →
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 →
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 →
Neo4j offers two main ways of querying a graph – through the Cypher query language and via a Java API. A solid model and well-designed Cypher query is sufficient in the majority of cases, but for those cases where we want the finest level of control, the Java API provides a powerful and intuitive interface. Read more →