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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Neo4j not reading config file on EC2

Hi, i have setup neo4j on ec2 amz linux. I have changed /etc/neo4j/neo4j.config file. But when i start neo4j using service, it doesnt seem to read the config file? All i get are ports listening on localhost. I also tried with a neo4j.template file, b...

Start Enterprise plan with small dataset

Hi, Our team tried AuraDB Free once and noticed that it's the service we needed, and then decided to use Neo4j Aura from GCP marketplace. We planed to start with small dataset to verify the performance of the database, and then apply to the larger da...

Querying through multiple relationships

Consider the following graph. Red nodes are called Entities and beige nodes are call Components. The CHILD_OF relationship between Entities, forms a tree of Entities. There are no cycles, and a single root, with id '#root'. Entities can have one or m...

3X_b_4_b4f2cda9347e2b598bf2f73229b70547c090faa6.jpeg

Apoc.periodic.repeat with node similarity

Hi, I'm trying to use apoc.periodic.repeat to recalculate the similarity score everyday, but it doesn't seem to be working. My code works when I don't throw it in apoc though. Could this be due to an incompatibility issue with apoc and the GDS librar...

hlow by Node Link
  • 386 Views
  • 1 replies
  • 0 kudos

Export GraphDB data into RDB

Hello everyone, I am currently checking if there is a way to export data in Neo4j into RDB. I know Neo4j has a function to connect and import RDB called "remote connection", however, is it possible to export data into RDB? I plan to use Azure environ...

Node labels are not changing

So I have a Neo4j db with 3 node labels namely, Data, Risk, Indication. I have been using bloom to visualize certain things. Now I have added a new label "Sugg" from browser, this node label doesn't appear in Bloom. I tried to reload bloom, close neo...

Referencing graph in neo4j

Please keep the following things in mind: did you search for what you want to ask before posting?please use tags for additional infouse a self-descriptive title Please format code + Cypher statements with the code </> icon, it's much easier to read. ...

ramesh1 by Node
  • 1089 Views
  • 6 replies
  • 0 kudos

Resolved! Python Driver calling APOC with parameters

While calling following query with param placeholder, it just ignores and does nothing (no exception) but harcoding values inside the query works fine. Query (Parameterized): """ CALL apoc.periodic.iterate( "MATCH (:Book)-[c:CONTAINS]->(:Instrument)...