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
  • 855 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
  • 1118 Views
  • 1 replies
  • 1 kudos

Genetic Algorithm in Neo4j

Hi, I'm studying how to use neo4j for machine learning. I did not find case studies or documents concerning the use of genetic algorithms, did anyone use them in neo4j or know resources about it? Thanks!

GCP Deployment Python version

Hi All! I am running a the neo4j database in GCP through the marketplace enterprise solution deployed via the deployment manager. Turns out that some of the python code in that deployment is in python 2 which is not accepted by GCP anymore. Will neo4...

Database becomes non-responsive in production

We're experiencing problems with neo4j database on our new servers, We've installed 3.4.12 causal cluster on aws, after restart the server works fine for half an hour or so but the starts to hang and the the system becomes unresponsive until restart,...

noam_k by Node Link
  • 8155 Views
  • 12 replies
  • 6 kudos

Fetching object trees below found nodes

I have a database that consists solely of trees. I would like to query and retrieve all found nodes, but also all nodes below the found nodes, as well as the properties of the attached child nodes and the relationship types those nodes are connected ...

Resolved! Set property with whitespace with py2neo

I'm trying to set a property with a value which could have with space.I'm using py2neo and I wrote this, but it doesn't work: import re for mention in tweet['entities']['user_mentions']: name = mention['name'] screen_name = mention['screen_...

lx2pwnd by Node Clone
  • 2313 Views
  • 8 replies
  • 3 kudos