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
  • 856 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
  • 1118 Views
  • 1 replies
  • 1 kudos

Resolved! Failed to access to /rdf/ping endpoint n10s

Hello, Im using neo4j 4.2.2 - an installation based on the official helm chart. neosemantic-4.2.0.0..jar I would like to deploy neo4j with apoc and n10s plugin. for APOC - I just mention "apoc" in the plugin section in the values file But the APOC ja...

Different analyzers in index-time and query-time

I want to request a feature on full text search, and to do so let me first explain an example. Assume that the query is "Javad" and we want to retrieve a document if it contains, e.g., "Javad" or "MohammadJavad" or "Javadi" or "SeyedJavad". But we do...

How to connect spark

when i tried to connect neo4j by spark,with dependency as spark 2.3.1 and scala 2.11.8 and neo4j-connector-apache-spark_2.11 4.0.0,i failed with this error Exception in thread "main" java.lang.AbstractMethodError: org.neo4j.spark.reader.Neo4jDataSour...

Integrate arrows to website

I am curios if there a way to integrate the arrows.app into my website. I have tried arrows.app for creating graphs by just painting them and it works perfect. It would be great if I could let my users to create graphs inside my website so my questio...

Resolved! Row's value with create

<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....

3X_a_8_a820a370a9cad338cc975f1a600de05bcf8471af.png
Novice by Node Link
  • 525 Views
  • 4 replies
  • 1 kudos

Resolved! Create relationship after UNWIND

After I run my code here: MATCH (a:CALL)-[:RECEIVED_CALL]->(b:PERSON),(c:CALL) <-[:MADE_CALL]-(d:PERSON) WHERE id(a) < 80 and id(c) < 80 WITH COLLECT([b,d]) as calls UNWIND calls as callss FOREACH (i IN callss | CREATE (d)-[r:KNOWS]->(b)) RETURN call...

3X_f_2_f2aefcc2ebf8f7eb519f56dc4bb533879bd2c780.png

Using Google Cloud Storage with APOC

Hello there I read about the Google Cloud Storage with APOC here but the documentation is a bit short. Thanks for the great package to make it simpler, I see that we must use the gs protocol in the form of: gs://<bucket_name>/<file_path> But what i...

Database unresponsive sometimes

Hi folks, We are experiencing unresponsiveness issue while loading data into neo4j for complete delta cycle, mostly on the step of node deletion and relationship creation. Our Environment Configuration can be described as: GCP Compute Engine Machine ...