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
  • 947 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
  • 1184 Views
  • 1 replies
  • 1 kudos

Resolved! Linking instances / individuals to my ontology graph

Hi everyone, I am currently working with OWL ontologies created on Protege. I've been trying to import them on Neo4J using the following query : <call n10s.rdf.import.fetch("file:///fileAdress/fileName","Turtle", {typesToLabels: false})> My ontology ...

contzero by Node Link
  • 1141 Views
  • 3 replies
  • 2 kudos

Resolved! Best practice to fetch data using APOC

I have a requirement to get direct employee count and total employee count of an org for a manager. the same can be achieved by using cypher match and with clause. This data updated in every 1 hour and there is huge number of records. So here direct...

Resolved! Confusing cypher error

Hi all, I am getting a cypher error that I just cannot figure the problem with. I am using docker and neo4j 4.2.2. After spinning up the container I have a cypher script that needs to be run to seed some initial data (this I have done with tremendous...

Eager operator vs Db hits and rows returned

all below is using the legis-graph dataset available on Neo4j sandbox Below are two queries that have tradeoffs between db hits and rows returned after each output. To reduce cardinality, it seems that the first query is more efficient. However, in t...

rcfro2 by Node Clone
  • 482 Views
  • 2 replies
  • 0 kudos

Resolved! No browser response

Hello, I install neo4j community edition in the simplest way (I think !) on windows. unzip source fileinitialize passwordlaunch console modelaunch browser on the same machine >>> http://localhost:7474/ From the same source files and the same install...

How to edit relationships in Bloom?

I was playing around with the Movie DB in Bloom (for the first time.) Using Bloom, I accidentally made the bad relationship (:Movie {name:"You've Got Mail"})-[ACTED_IN]->(:Person {name:"Carrie Fisher"}) which is obviously wrong. Using the Bloom UI: H...

clem by Graph Steward
  • 787 Views
  • 1 replies
  • 0 kudos

WANT: Preview Node Styling in Bloom

In Bloom, you can set the Style of a Node (color, size, icon). It would be nice if Bloom showed a preview of the node, including the text color on the node. If the color is light, the text is black. If the color is dark, then then the text is white...

clem by Graph Steward
  • 649 Views
  • 3 replies
  • 0 kudos

Connect to neo4j server from javascript

Hello everybody:) I would want to know if the option of connect to neo4j from javascript enable also for free using? I try it and its not work for me. Some one can help? var express = require('express'); var path=require('path'); var logger = requir...

3X_e_f_ef7d2aa496515c2f2804691ef1d3363994acab84.png