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
  • 919 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
  • 1162 Views
  • 1 replies
  • 1 kudos

Missing apoc proc after install

Hi, I have: NEO4j - 3.4.14 APOC - 3.4.0.7 I see many APOC proc/fun installed but many not. For example. There are missing many from apoc.coll.* like sortNodes Someone knows what happened ? Regards, Cezary

Resolved! Password does't sync in neo4j

i have setup Casual cluster using Neo4j Enterprise version 3.2.6 , i have created a user in leader however when tried logging in the follower i does't let me in. i have to use the default username /password : neo4j/neo4j. Do i need to make any chang...

fme_mrc by Node Clone
  • 856 Views
  • 1 replies
  • 1 kudos

GraphAware issue: (Maybe) Failed to invoke procedure `apoc.periodic.iterate`: Caused by: java.util.concurrent.RejectedExecutionException:

I am running through the Grtaphaware NLP example After working through websocket issues I now get this error when running this command: CALL apoc.periodic.iterate( "MATCH (l:Lesson) RETURN l", "CALL ga.nlp.annotate({text: l.lesson, id: id(l)}) YIELD...

Dropping INDEXes in v3.3.3

I've read in several places that getting rid of unused INDEXes in Neo is a good way to boost overall database performance. We are in production on Enterprise Edition v3.3.3. (We are planning to upgrade soon-ish.) We have identified about 12 INDEXes ...

adam by Node Link
  • 1782 Views
  • 4 replies
  • 0 kudos

Good ways to share Neo4j visulizations?

Hi there! I'm now creating graph visualization using Py2Neo and displaying it in the Neo4j browser. I want to share the visualization (maybe with a link) so that my non-tech colleagues can play with it without coding anything. What's the suggested wa...

tw2567 by Node Link
  • 789 Views
  • 0 replies
  • 0 kudos

Loading to Neo4J using Multithreading

I am trying to Load Neo4j using Multi threading in Python. I get the Transient Lock Client Error. neobolt.exceptions.TransientError: LockClient[25560] can't wait on resource RWLock[NODE(209929), hash=2030412009] since => LockClient[25560] <-[:HELD_BY...