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
  • 987 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
  • 1205 Views
  • 1 replies
  • 1 kudos

Poor query performance with only about 30 nodes

I have a very small test set of user, collection and object nodes, only about 30. I use the neo4j-graphql-js package to setup a node graphql server to handle requests. My graphql queries usually take between 300ms to 900ms. Now, they sometimes take 3...

DevDan by Node Link
  • 744 Views
  • 3 replies
  • 0 kudos

Local rdf file import error

Dear All: I'm learning rdf import from Importing RDF Data - Neosemantics , when I use: CALL n10s.rdf.import.fetch("https://github.com/neo4j-labs/neosemantics/raw/3.5/docs/rdf/nsmntx.ttl","Turtle"); --it's OK,but I download and import "nsmntx.tt...

joylix by Node
  • 2910 Views
  • 15 replies
  • 0 kudos

Measure Degree Centrality

Hello everybody, I am fairly new to neo4j and created a first dataset with two types of nodes and various edges. Now I am trying to measure the degree centrality but I am not able to run the query from the guide. I am using version 4.4.5 and have the...

Cypher syntax for querying Graphs from RDF files

Hi I've created a Neo4j graph database on the desktop enterprise version and then applied the neosmantics plugin so I could load in an RDF file. I then exported as a dump and have now loaded into the Aura DB instance. Can anyone point me to any resou...

CD007 by Node Link
  • 207 Views
  • 0 replies
  • 0 kudos

Orientdb to Neo4j import

We have a 60GB database in orientdb (3.x) and need to import the same into neo4j. Currently, we are using Gremlin (3.6.1) to convert the orientdb data to a graphml format and trying to import the same into neo4j. We have configured gremlin on an EC2 ...

Resolved! Add new property to existing node from CSV

Hi,  I have nodes on my neo4j, now I am trying to add a property to the existing nodes from a CSV file. I used the query load csv with headers from "file:///testfile.csv" as line FOREACH(ignoreMe IN CASE WHEN line.alpha is not null THEN [1] ELSE [] E...

neosemantics (n10s) output "extraInfo": "Users"

Hello everyone. I'm just starting with graph databases and ontology. I took this tutorial (thanks @jbarrasa for it!) as introduction. I followed the steps mentioned on the page except for the installation (I used docker, command bellow). So, when I r...

eliton by Node
  • 388 Views
  • 1 replies
  • 0 kudos

Exporting data between two neo4j databases

I have two neo4j databases. Database 2 should contain a subset of data from database 1; database 2 should then export that data to json.  What is the best way of moving data (that's not a database dump) between two neo4j databases? Unfortunately expo...