Skip to main content

Neo4j

Neo4j is a native graph database designed to store, query, and analyze highly connected data using nodes, relationships, and properties. Unlike relational databases that model data as rows in tables, Neo4j represents entities and their connections as a property graph, making it well suited to domains where the relationships between data points are as important as the data itself.

CategoryDatabase
DirectionQuery source
Sign-inNone
Query languagesCypher
Websitehttps://neo4j.com

Before you start​

Neo4j asks for no credentials in Huntbase.

Connect Neo4j​

  1. Go to Connections and click New connection, or click New connection on the Neo4j product page.
  2. On Product, pick Neo4j and choose the Owner.
  3. On Details, give the connection a Name and, optionally, a Description.
  4. On Verify, review the summary and click Create & check.

For everything else on the setup page — saving a draft, I'll do this later, and what each check result means — see Connections.

Query it​

Once connected, Neo4j can serve these languages in a query tab, and Scout can use it when you ask in Auto:

LanguageUse it for
CypherCypher against the connected graph.

Next steps​