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

Too slow by rest api

Hi, i have problems about performance of rest api i use this query "Match n return count(n)" . when i run it from neo4j browser, it says process completed in 1 ms when i run it from rest api like that, it says process completed in 300 ms. {"statement...

Resolved! 'Failed - not a valid' right after resetting password

When trying to change the password of any of my databases with the reset database password button under Project>somedatabase>(three dots)>manage>Administration tab, the password does not seem to change into what I choose and it doesn't default back t...

2X_5_557c45d0c260469403c8a45e90308713e4569b1f.png 2X_4_49637787ad09ae231fbd6ee53b27286a00f4058e.png 3X_3_2_3293a28239742eb745fac03766f94dcdc0ae7ec9.png
Queuebee by Node Link
  • 1394 Views
  • 3 replies
  • 2 kudos

Display styple for nodes with multiple labels

I have nodes with two labels in my graph, something like a general label, Employee, and then specific labels, Engineer, SoftwareDeveloper, etc. I want to have the node color be defined by those specific labels. I created a grass file with a nodee spe...

Create a relationship from 2 JSON files

These are the two JSON-files which are used to create a relationship: Event-Dataset on historical exhibitions: (Entries with id, title and attributte) categorized by subjects (0..1) and referenced by an attributte-table (ex: entries of id ) An excerp...

Is this query speed normal?

New Neo4j version. My graph db has only 130,000 nodes and 5 labels. I do this simple counting: MATCH (m:Product) WHERE m.effect='corloring' AND m.source='web' RETURN count(m) as count In the Neo4j Brower, I can notice it below after the query: Start...

lingvisa by Graph Fellow
  • 879 Views
  • 5 replies
  • 1 kudos

Cypher Query for updating a list of nodes

I am having a json array of user detail nodes and I do loop over it and check if a node already exists with the specific numeric id property; if it exists then check the 'id' property of the node, if the 'id' is numeric( isdigit ) then do nothing b...

Resolved! Getting error:Executing queries that use periodic commit in an open transaction is not possible by "USING periodic commit" in 4.1.3 neo4j

Hello , i iam trying to update my node properties by "USING periodic commit" in neo4j database 4.1.3. USING PERIODIC COMMIT 1000 LOAD CSV WITH HEADERS FROM "file:///pref_score.csv" as line MATCH(n:CUSTOMER) WHERE n.IDENTITYID=line.IDENTITYID SET n.PA...

Unique Identifier Best Practice

I'm working on a requirement for a corporate knowledge application. Users can create articles and we store the articles in a MongoDB where they get a unique ObjectID. Subsequently we store the article in our Neo4J database and create the needed relat...

Looking for front end for Graph editing

I am looking for an easy to deploy/use graph frontend to create and edit graphs in contrast to the many graph analysis and visualization tools. My use cases are CREATE, UPDATE, DELETE nodes, edges and propertiesFilter nodes, edges, propertiesVisualiz...

Seeking to answer a practical question

In the existing heavy-edge directed buying and selling relationship network, the node represents the company, the edge represents a sale, and the buyer points to the seller, the edge has the attribute money representing the transaction amount, and th...