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

Visualize graph data in a web application

Hi, I have created a data set of organizations and their board members and imported it into Neo4j. I now want to create a web application in which I can provide an interface to interact with the database. Something on the lines of the exploratory cap...

Apoc.conf in DBaaS?

I noticed in neo4j sandbox and services like grapheneDB, I don't have access to $NEO4J_HOME/config/apoc.conf - If I need UUID, is the only solution to spin up my own neo4j on a cloud provider?

li3zhang by Node Link
  • 406 Views
  • 1 replies
  • 0 kudos

Import GraphML

I am trying to import a graphml file into Neo4j, but I got the java.io.FileNotFoundException error. I have already copy the file into the import folder, but I still have this problem. Anyone can help? Thanks in advance.

Resolved! Adding of List element in Neo4j using APOC

I'm new to Neo4j and wanted to perform vector/list related operations. Going through APOC library and documentation. Things which worked from me but is not scalable: UNWIND(apoc.coll.zip([1,2,3], [4,5,6])) as output RETURN COLLECT(apoc.coll.avg(outpu...

One to Many Design Question

I'm developing a Neo4j database that will contain bioinformatics content. In reviewing similar graph databases for design ideas, I came across one that models one-to-many relationships with an interspersed collection node which then points to the chi...

Query Optimization Help

I'm building out a dating app that has a two-way distance restriction. I'm also adding in the capability to limit people to your country/state, ignoring the distance. I've written the query, and tbh, the performance is horrible. I know what the probl...