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
  • 966 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
  • 1195 Views
  • 1 replies
  • 1 kudos

Unable to see tooltips in bloom

Started facing this issue since yesterday, earlier I used to see include,exclude and caption option in bloom (categories) but now I am only able to see exclude. Also, on hovering over nodes I am unable to see any tooltips. Kindly help.

3X_f_1_f1dba978b98637450d0a0781c3f538d660464112.png 3X_d_6_d6813fa99b14f58aca2aa71e70f6e5701b21091b.png

Using distributed computing to write to Neo4j

I have 3.2+ million nodes I want to write to neo4j and almost twice as many relationships. I am using Cypher sessions and batches to create these nodes and relationships but it is taking *a lot* of time. What I think would be a good solution is to di...

Docker Compose setting for APOC installation

I have docker compose file neo: image: neo4j:latest ports: - '7474:7474' - '7473:7473' - '7687:7687' expose: - 7474 environment: - NEO4J_dbms_security_procedures_unrestricted=apoc.* - NEO4J_apoc_import_file_enabled=true - NEO4J_apoc_export_file_enabl...

Resolved! APOC installation when using neo4j from docker

Hello everyone! can somebody please help me understand how can I install APOC when using Docker? I work on windows, my container in the docker is neo4j version 3.5.30 and I afraid to do something that will destroy my connection to neo4j that works ...

Resolved! Neo4j in Docker plugins are not recognized

When I run Neo4j in Docker, the plugins don't work. In my case: APOC and ALGO. 1.What did I do? Dockerfile created. FROM neo4j:3.5.8 # Enable APOCs ENV APOC_VERSION 3.5.0.4 ENV APOC_URL https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases...

2X_9_902e657a04212d8fcf73a5aa82dbea84203040fb.png 2X_a_a8b1be1c379e257417140e1c296fb25d4e7e6fab.png 2X_9_93100d8469851f78a976eb2b7dd5bd9e9e67bae0.png