cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Forum Posts

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 966 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1195 Views
  • 1 replies
  • 1 kudos

Neo4j Enterprise UNIQUE Relationship Constraints

Migrating from the following which I assume is the 'hyper edge' pattern: (node)-[:rel]-(properties node)-[:rel]-(node) to the following given that the Enterprise version now supports relationship indexes and property constraints: (node)-[:rel]-(node)...

Neo4j Deprecated Binding Relationships Issue

Hey guys, This is my first time posting here so please bare with me if this post's format isn't up to standard. Basically, I am trying to get all of the paths of varying lengths from a node up to its parents. This is the query that I was using to get...

anchit by Node
  • 423 Views
  • 1 replies
  • 1 kudos

N10s.rdf.preview.fetch vs n10s.rdf.import.fetch

Hi, I'm trying to build a knowledge graph from Wikidata using the n10s library. When I run the following using n10s.rdf.preview.fetch I get a preview of the nodes and relationships which look correct: WITH 'PREFIX wdt: <http://www.wikidata.org/prop/d...

Return node instead of node properties. Good or Bad?

Would it be a good idea to return a whole node instead of node properties because of a lower db hits. PROFILE MATCH (s:Shape)-[:LOCATED]-(g) RETURN g LIMIT 10 13 total db hits PROFILE MATCH (s:Shape)-[:LOCATED]-(g) RETURN g.code LIMIT 10 23 total...

mana by Node
  • 467 Views
  • 1 replies
  • 0 kudos

Data Loading

Hi All, I am using Neo4j Desktop Version. The hardware configuration of the system are as follows: RAM: 8 GB Storage: 128 GB Tired loading 5.3 billion nodes into the system. But it was unsuccessful, the error throw was heap size exceeded. Again tried...

Resolved! What happens if you have two directories of Neo4j?

I have two directories of Neo4j, one is made by Neo4j Desktop (folder A), and one is downloaded from community server (folder B). The shell and the service running the those folder will be respectively called as shell A and service A, shell B and ser...

Ooker by Node
  • 686 Views
  • 2 replies
  • 0 kudos