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
  • 943 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
  • 1183 Views
  • 1 replies
  • 1 kudos

Resolved! Apoc.load.csv with Google BigQuery

Hello there It's possible to use apoc.load.csv with Google Cloud Storage by putting a jar file in the plugin folder allowing apoc.load.csv to use paths like: gs://client564/csv/media.csv Is it possible to do it with BigQuery? If not, let's say becaus...

Pls add name of DB after switching connection

After connecting to a different DB, the Browser lets you know that the DB has been switched but it doesn't tell you the DB name that was connected to. Connection updated Your have switched connection. It would be nice to know, as the Browser results...

clem by Graph Steward
  • 1180 Views
  • 6 replies
  • 0 kudos

Connecting a graphdb with a Flask app

I have created a database of around 5k users, each with relationships with one another. I also have a flask app, and from the app I need to be able to call certain cypher functions (centrality, shortest path, etc. with the appropriate arguments when ...

Resolved! Extend current Graph with RDF

I'm new with Neo4j and I have a question about using rdf to extend the current graph. Suppose I have a normal graph data stored in Neo4j (just a basic graph) and I wish to use rdf to produce a hierarchy (e.g. owl:subPropertyOf, rdfs:subClassOf). In t...

oli by Graph Buddy
  • 1191 Views
  • 7 replies
  • 2 kudos

Resolved! Multiple MATCH statement freezes Neo4j Browser

Using Neo4j Desktop 1.4.5, DBMSs 4.2.4, Browser 4.2.6 I want to MATCH and return <120 nodes with the following statement: MATCH (n:Score) MATCH (m:Component) MATCH (o:Interface) MATCH (p:Step) RETURN n, m, o, p When I run, the Browser window turns gr...

Neosemantics on Aura?

Does Aura support neosemantics? Is it already installed or something we need to install on a database by database basis as with the desktop version?

Resolved! How to set a property if not exists array in neo4j

i want to add properties in array if a value not in the array. CREATE (n:Test { my_array:['a', 'b', 'c']}) RETURN n; Here i would like check my_array values and add 'new_value' like 'd' which is not in the list. Please help to add this attribute.

Resolved! Creating a Relationship between 2 nodes

Hi there everyone, I'm new to Neo4j. I'm picking up the basics at the moment, and I have a question regarding creating a specific kind of relationship creation. I have 2 files: File 1 has text data, and an ID field. File 2 has 3 fields - one keyword ...

Import XML Embedded Nodes

I have an XML file that has embedded nodes and using import.xml the embedded nodes return as a collection however I would like to only select one node, not the whole collection. Anyone else share how to import XML, not the example books.xml as this i...